resolved the unsupported dtype issue in DIALS following https://github.com/cctbx/dxtbx/pull/785/files by allowing /entry/data/data

This commit is contained in:
2025-10-28 15:22:47 +01:00
parent f4fb1e0fb4
commit f5ffae7618

View File

@@ -23,3 +23,8 @@ vi files/config.yaml
```
Step 4: confirm that the module loads as expected
PS:
Unsupported dtype issue is resolved by changing modules/dxtbx/src/dxtbx/format/FormatNXmx.py
allowing the return of also /entry/data/data to the handle:
https://github.com/dials/dials/issues/3033