Skip to content

Commit 764f7d0

Browse files
committed
Linting update.
1 parent 3e5763a commit 764f7d0

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

tests/unit/v1/templates/test_seismic_prestack.py

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,13 @@ def test_configuration(self) -> None:
151151
assert t._data_domain == "time"
152152
assert t._coord_dim_names == ["shot_line", "gun", "shot_point", "cable", "channel"]
153153
assert t._dim_names == ["shot_line", "gun", "shot_point", "cable", "channel", "time"]
154-
assert t._coord_names == ["energy_source_point_number", "source_coord_x", "source_coord_y", "group_coord_x", "group_coord_y"]
154+
assert t._coord_names == [
155+
"energy_source_point_number",
156+
"source_coord_x",
157+
"source_coord_y",
158+
"group_coord_x",
159+
"group_coord_y",
160+
]
155161
assert t._var_chunk_shape == [1, 1, 16, 1, 32, -1]
156162

157163
# Variables instantiated when build_dataset() is called

0 commit comments

Comments
 (0)