-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Streamline endianness inference (#140)
* Allow `None` endian in settings * remove unnecessary settings in indexers * streamline endianness detection * add extra test for settings endian edge case * add tests for exact spec * Refactor variable names in test_segy_file This change involves renaming a couple of variable names to improve clarity. The '_dict' variable names in the tests of segy_file have been adjusted to be more descriptive of their specific use case, enhancing overall readability. --------- Co-authored-by: Altay Sansal <[email protected]>
- Loading branch information
Showing
4 changed files
with
52 additions
and
24 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters