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

BugFix: SliceAlgorithmDialog sends incorrect dimension information #11798

Closed
AntonPiccardoSelg opened this issue Jan 26, 2015 · 2 comments
Closed
Assignees
Milestone

Comments

@AntonPiccardoSelg
Copy link
Contributor

'''To reproduce:'''

  1. Load two event MD event workspaces into MantidPlot of which one has three dimensions and the other has four dimensions.
  2. Execute the BinMD algorithm. The BinMD algorithm dialog will appear.
  3. Load the four-dim workspace and bin it.
  4. Execute the BinMD algorithm. The BinMD algorithm dialog will appear.
  5. Load the three-dim workspace and bin it.
  6. You shoud see an error message.

The dialog memorises the strucutre of the workspace which was loaded last. When you load the four-dim workspace it creates a dimension property which is four-dim. Then when we switch to a three-dim workspace the last dimsion structure is not flushed from the dimension property

@AntonPiccardoSelg
Copy link
Contributor Author

This issue was originally trac ticket 10959

@AntonPiccardoSelg
Copy link
Contributor Author

http://trac.mantidproject.org/mantid/raw-attachment/ticket/10959/MDEvent1.nxs
(uploaded by @picatess on 2015-01-27T11:49:53)


Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant