From f5ffae76185823b3246e4489710b1be75f216753 Mon Sep 17 00:00:00 2001 From: duan_j Date: Tue, 28 Oct 2025 15:22:47 +0100 Subject: [PATCH] resolved the unsupported dtype issue in DIALS following https://github.com/cctbx/dxtbx/pull/785/files by allowing /entry/data/data --- DIALS/README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/DIALS/README.md b/DIALS/README.md index 72fd11f..20b2d1e 100644 --- a/DIALS/README.md +++ b/DIALS/README.md @@ -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