Skip to content

Commit 8a23ae3

Browse files
committed
Update todo message
1 parent 42f54f8 commit 8a23ae3

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

src/mdio/builder/templates/seismic_3d_prestack_field_records.py

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -24,12 +24,9 @@ def __init__(self, data_domain: SeismicDataDomain):
2424
self._dim_names = (*self._spatial_dim_names, self._data_domain)
2525
self._physical_coord_names = ("source_coord_x", "source_coord_y", "group_coord_x", "group_coord_y")
2626
self._logical_coord_names = ("orig_field_record_num",)
27-
# TODO(Dmitriy Repin): Allow specifying full-dimension-extent chunk size in templates.
28-
# https://github.com/TGSAI/mdio-python/issues/720
29-
# When implemented, the following will be requesting the chunk size of the last dimension
30-
# to be equal to the size of the dimension.
27+
# TODO(Anyone): Disable chunking in time domain when support is merged.
28+
# https://github.com/TGSAI/mdio-python/pull/723
3129
# self._var_chunk_shape = (1, 1, 16, 1, 32, -1)
32-
# For now, we are hardcoding the chunk size to 1024.
3330
self._var_chunk_shape = (1, 1, 16, 1, 32, 1024)
3431

3532
@property

0 commit comments

Comments
 (0)