Skip to content

Commit 8f34350

Browse files
committed
add missing exception
1 parent 01dd4ba commit 8f34350

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/mdio/converters/segy.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -94,6 +94,7 @@ def segy_to_mdio(
9494
GridTraceCountError: Raised if grid won't hold all traces in the
9595
SEG-Y file.
9696
ValueError: If length of chunk sizes don't match number of dimensions.
97+
NotImplementedError: If can't determine chunking automatically for 4D+.
9798
9899
Examples:
99100
If we are working locally and ingesting a 3D post-stack seismic file,

0 commit comments

Comments
 (0)