Skip to content

Commit

Permalink
Fix files left over by testing
Browse files Browse the repository at this point in the history
  • Loading branch information
WilliamJamieson committed Oct 9, 2024
1 parent c806e09 commit 529dba3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion romancal/outlier_detection/tests/test_outlier_detection.py
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ def test_find_outliers(tmp_path, base_image, on_disk):
img = base_image()
img.data[42, 72] = source_value
img.err[:] = err_value
img.meta.filename = f"img{i}_suffix.asdf"
img.meta.filename = str(tmp_path / f"img{i}_suffix.asdf")
img.meta.observation.exposure = i
img.meta.background.level = 0 * u.DN / u.s
imgs.append(img)
Expand Down

0 comments on commit 529dba3

Please sign in to comment.