Ticket #8307 (assigned)

Opened 7 years ago

Last modified 5 years ago

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

comment:1 Changed 7 years ago by Nick Draper

  • Status changed from new to assigned

bulk move to assigned at the into of the triage step

comment:2 Changed 5 years ago by Stuart Campbell

This ticket has been transferred to github issue 9152

Note: See TracTickets for help on using tickets.