Skip to content

Commit

Permalink
do not remove
Browse files Browse the repository at this point in the history
  • Loading branch information
arjunsavel committed Feb 9, 2024
1 parent 3d46442 commit d5ad314
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/cortecs/tests/test_chunking.py
Original file line number Diff line number Diff line change
Expand Up @@ -87,8 +87,8 @@ def test_add_overlap_wl_increase_or_same(self):
Test that the overlap is added to the end of the first file.
"""
# clean up the files already made!!
os.remove(self.first_file)
os.remove(self.second_file)
# os.remove(self.first_file)
# os.remove(self.second_file)

chunk_wavelengths(self.opacity_file, wav_per_chunk=2)
opac_obj0_orig = Opac(
Expand Down

0 comments on commit d5ad314

Please sign in to comment.