From 2f32cb3064a9f8542caa008c797ce16f33d55fc0 Mon Sep 17 00:00:00 2001 From: pattonw Date: Mon, 17 Apr 2023 22:35:56 -0400 Subject: [PATCH] black format shift_augment tests --- tests/cases/shift_augment.py | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/tests/cases/shift_augment.py b/tests/cases/shift_augment.py index 45c77806..f04bb777 100644 --- a/tests/cases/shift_augment.py +++ b/tests/cases/shift_augment.py @@ -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: