Skip to content

Commit 5fa685d

Browse files
authored
Fix regressions caused by new SEG-Y library (#435)
* require segy >0.2.0 * update quickstart notebook to work with SEGY * Make random trace comparison without replacement.
1 parent c468138 commit 5fa685d

4 files changed

Lines changed: 225 additions & 206 deletions

File tree

docs/notebooks/quickstart.ipynb

Lines changed: 174 additions & 157 deletions
Large diffs are not rendered by default.

poetry.lock

Lines changed: 47 additions & 45 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ dask = ">=2024.6.1"
3131
tqdm = "^4.66.4"
3232
psutil = "^6.0.0"
3333
fsspec = ">=2024.6.0"
34-
segy = "^0.1.4"
34+
segy = "^0.2.0"
3535
rich = "^13.7.1"
3636
urllib3 = "^1.26.18" # Workaround for poetry-plugin-export/issues/183
3737

@@ -105,7 +105,7 @@ show_error_codes = true
105105
show_error_context = true
106106

107107
[[tool.mypy.overrides]]
108-
module = ["segyio", "zarr"]
108+
module = ["zarr"]
109109
ignore_missing_imports = true
110110

111111

0 commit comments

Comments
 (0)