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 9db0efa commit 4fe6587Copy full SHA for 4fe6587
tests/integration/test_segy_import_export.py
@@ -34,7 +34,9 @@
34
35
from segy.schema import SegySpec
36
37
+
38
dask.config.set(scheduler="synchronous")
39
+os.environ["MDIO__IMPORT__SAVE_SEGY_FILE_HEADER"] = "true"
40
41
42
# TODO(Altay): Finish implementing these grid overrides.
tests/integration/test_segy_import_export_masked.py
@@ -7,6 +7,7 @@
7
8
from __future__ import annotations
9
10
+import os
11
from dataclasses import dataclass
12
from pathlib import Path
13
from typing import TYPE_CHECKING
@@ -33,6 +34,9 @@
33
from numpy.typing import NDArray
@dataclass
class Dimension:
"""Represents a single dimension for a multidimensional grid."""
0 commit comments