Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Axis mismatch when saving/loading event data #9152

Closed
PeterParker opened this issue Oct 31, 2013 · 2 comments
Closed

Axis mismatch when saving/loading event data #9152

PeterParker opened this issue Oct 31, 2013 · 2 comments
Labels
Framework Issues and pull requests related to components in the Framework Low Priority Things that you don't ever want to be done.

Comments

@PeterParker
Copy link
Contributor

This issue was originally TRAC 8307

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.

@PeterParker
Copy link
Contributor Author

@NickDraper (2014-02-14T11:07:58):
bulk move to assigned at the into of the triage step

@PeterParker PeterParker added Low Priority Things that you don't ever want to be done. Framework Issues and pull requests related to components in the Framework labels Jun 3, 2015
@NickDraper
Copy link
Contributor

archived

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Framework Issues and pull requests related to components in the Framework Low Priority Things that you don't ever want to be done.
Projects
None yet
Development

No branches or pull requests

2 participants