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 392e7e8 commit 1e992fbCopy full SHA for 1e992fb
src/mdio/segy/_disaster_recovery_wrapper.py
@@ -18,7 +18,7 @@ def _reverse_single_transform(data: NDArray, transform: Transform, endianness: E
18
19
if isinstance(transform, ByteSwapTransform):
20
# Reverse the endianness conversion
21
- if endianness == Endianness.Little:
+ if endianness == Endianness.LITTLE:
22
return data
23
24
reverse_transform = ByteSwapTransform(Endianness.BIG)
0 commit comments