Skip to content

Commit

Permalink
fix to_segy return type
Browse files Browse the repository at this point in the history
  • Loading branch information
Altay Sansal committed Nov 18, 2022
1 parent fe7a6a5 commit d58f38e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/mdio/segy/blocked_io.py
Original file line number Diff line number Diff line change
Expand Up @@ -254,7 +254,7 @@ def to_segy(
out_byteorder: ByteOrder,
file_root: str,
axis: tuple[int] | None = None,
) -> NDArray:
) -> Array:
"""Convert MDIO blocks to SEG-Y parts.
Args:
Expand Down

0 comments on commit d58f38e

Please sign in to comment.