Skip to content

Commit

Permalink
Wrong way around 🤦‍♂️
Browse files Browse the repository at this point in the history
  • Loading branch information
graeme-winter committed Dec 14, 2023
1 parent f63b1ca commit fba5dea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/dxtbx/format/FormatNXmxEigerFilewriter.py
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ def _get_nxmx(self, fh: h5py.File):
# values
known_safe = [
(1082, 1035),
(4371, 4150),
(4150, 4371),
]
for module in nxdetector.modules:
if not tuple(module.data_size) in known_safe:
Expand Down

0 comments on commit fba5dea

Please sign in to comment.