Skip to content

Commit

Permalink
removed unknown yaml tuple tags
Browse files Browse the repository at this point in the history
  • Loading branch information
tgalvin committed Jul 2, 2024
1 parent ea59f35 commit b31732e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions flint/data/tests/test_config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -62,14 +62,14 @@ defaults:
grow_low_snr_island_clip: 1.75
grow_low_snr_island_size: 768
archive:
tar_file_re_patterns: !!python/tuple
tar_file_re_patterns:
- .*MFS.*image\.fits
- .*linmos.*
- .*weight\.fits
- .*yaml
- .*\.csv
- testing_for_jack.txt
copy_file_re_patterns: !!python/tuple
copy_file_re_patterns:
- .*linmos.*fits
- .*weight\.fits
- .*png
Expand Down

0 comments on commit b31732e

Please sign in to comment.