Ticket #8307 (assigned)
Axis mismatch when saving/loading event data
Reported by: | Peter Parker | Owned by: | |
---|---|---|---|
Priority: | minor | Milestone: | Backlog |
Component: | Framework | Keywords: | |
Cc: | Blocked By: | ||
Blocking: | Tester: |
Description
Run the following script:
wsName = "CNCS_7860_event.nxs" Load(Filename=wsName,OutputWorkspace=wsName) SaveNexus(InputWorkspace=wsName, Filename="temp.nxs") LoadNexus(Filename="temp.nxs", OutputWorkspace="roundtrip") print CheckWorkspacesMatch(wsName, "roundtrip")
This prints:
Axis 0 values mismatch
Essentially, it appears as if raw event data is not surviving a save/load round-trip, though it may be the case that CheckWorkspacesMatch is not doing a correct/meaningful check in this case.
Change History
Note: See
TracTickets for help on using
tickets.
bulk move to assigned at the into of the triage step