Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix logical error in array item checks (#138)
The logical error in the check within the __getitem__ and __setitem__ methods of src/segy/arrays.py has been rectified. The previous condition was not ensuring that the items or keys passed were actually in self.dtype.names. Co-authored-by: Altay Sansal <altay.sansal@tgs.com>
- Loading branch information