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 55b37cb commit 2f8b949Copy full SHA for 2f8b949
src/mdio/segy/geometry.py
@@ -382,7 +382,7 @@ def transform(
382
self,
383
index_headers: HeaderArray,
384
grid_overrides: dict[str, bool | int],
385
- template: AbstractDatasetTemplate, # noqa: ARG002
+ template: AbstractDatasetTemplate,
386
) -> NDArray:
387
"""Perform the grid transform."""
388
self.validate(index_headers, grid_overrides)
0 commit comments