Skip to content

Commit

Permalink
black format shift_augment tests
Browse files Browse the repository at this point in the history
  • Loading branch information
pattonw committed Apr 18, 2023
1 parent fbde274 commit 2f32cb3
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions tests/cases/shift_augment.py
Original file line number Diff line number Diff line change
Expand Up @@ -122,9 +122,7 @@ def test_pipeline2(self):

request = BatchRequest()
shape = Coordinate((3, 3))
request[key] = ArraySpec(
roi=Roi((9, 9), shape), voxel_size=Coordinate((3, 1))
)
request[key] = ArraySpec(roi=Roi((9, 9), shape), voxel_size=Coordinate((3, 1)))

shift_node = ShiftAugment(prob_slip=0.2, prob_shift=0.2, sigma=1, shift_axis=0)
with build((hdf5_source + shift_node)) as b:
Expand Down

0 comments on commit 2f32cb3

Please sign in to comment.