Skip to content

Commit c441409

Browse files
committed
Update attribute name
1 parent 9a4af8f commit c441409

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/unit/v1/templates/test_seismic_prestack.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -165,7 +165,7 @@ def test_configuration(self) -> None:
165165
"group_coord_y",
166166
"orig_field_record_num",
167167
)
168-
assert t.full_chunk_size == (1, 1, 16, 1, 32, 1024)
168+
assert t.full_chunk_shape == (1, 1, 16, 1, 32, 1024)
169169

170170
# Variables instantiated when build_dataset() is called
171171
assert t._builder is None

0 commit comments

Comments
 (0)