Skip to content

Commit

Permalink
missed some ruff checks
Browse files Browse the repository at this point in the history
  • Loading branch information
emolter committed Sep 27, 2024
1 parent afe4b08 commit 83a8f1f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/outlier_detection/test_median.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@

from stcal.outlier_detection.median import (
DiskAppendableArray,
OnDiskMedian,
MedianComputer,
OnDiskMedian,
nanmedian3D,
)

Expand Down Expand Up @@ -56,7 +56,7 @@ def test_disk_appendable_array(tmpdir):

def test_disk_appendable_array_bad_inputs(tmpdir):

slice_shape = (8,7)
slice_shape = (8, 7)
dtype = "float32"
tempdir = tmpdir / Path("tmptest")
fname = "test.bin"
Expand Down

0 comments on commit 83a8f1f

Please sign in to comment.