We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c1e02ee commit 00fe8deCopy full SHA for 00fe8de
src/mdio/converters/segy.py
@@ -329,10 +329,6 @@ def _chunk_variable(ds: Dataset, variable_name: str) -> None:
329
if ds.variables[i].name == variable_name:
330
idx = i
331
break
332
- if idx == -1:
333
- # raise ValueError(f"Variable '{variable_name}' not found in dataset.")
334
- err = f"Variable '{variable_name}' not found in dataset."
335
- raise ValueError(err)
336
337
def determine_target_size(t: str) -> int:
338
if t == "bool":
0 commit comments