Skip to content

Commit 16a2052

Browse files
BrianMichelltasansal
authored andcommitted
pre-commit
1 parent 4f0af8d commit 16a2052

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

tests/integration/test_import_streamer_grid_overrides.py

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,9 @@
2727
os.environ["MDIO__IMPORT__SAVE_SEGY_FILE_HEADER"] = "true"
2828

2929

30-
@pytest.mark.parametrize("grid_override", [{"NonBinned": True, "chunksize": 4, "non_binned_dims": ["channel"]},
31-
{"HasDuplicates": True}])
30+
@pytest.mark.parametrize(
31+
"grid_override", [{"NonBinned": True, "chunksize": 4, "non_binned_dims": ["channel"]}, {"HasDuplicates": True}]
32+
)
3233
@pytest.mark.parametrize("chan_header_type", [StreamerShotGeometryType.C])
3334
class TestImport4DNonReg:
3435
"""Test for 4D segy import with grid overrides."""

0 commit comments

Comments
 (0)