Skip to content

Commit

Permalink
Merge pull request #394 from Allonck/test_update
Browse files Browse the repository at this point in the history
Fix teardown in test
  • Loading branch information
Allonck authored Mar 21, 2024
2 parents fd897c1 + 484cc92 commit e32f63d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions goodman_pipeline/core/tests/test_core.py
Original file line number Diff line number Diff line change
Expand Up @@ -527,9 +527,9 @@ def test_call_cosmic_rejection_not_implemented_error(self):
def tearDown(self):
files_to_delete = ['dcr.par',
'goodman_log.txt',
'cosmic_test.fits',
'new_prefixcr_test.fits',
'prefixcr_test.fits',
'cosmic_cr_test.fits',
'new_prefix_cr_test.fits',
'prefix_cr_test.fits',
'crmask_cr_test.fits']

for _file in files_to_delete:
Expand Down

0 comments on commit e32f63d

Please sign in to comment.