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

Python execution of QueryMDWorkspace #6547

Closed
OwenArnold opened this issue Aug 8, 2012 · 1 comment
Closed

Python execution of QueryMDWorkspace #6547

OwenArnold opened this issue Aug 8, 2012 · 1 comment
Assignees
Milestone

Comments

@OwenArnold
Copy link
Contributor

This ticket is blocks : TRAC5484

KeyError generated in the python output after running this simple code snippet. The output workspace is actually created correctly. The equivalent works if run in the MantidPlot gui.

#!python

CreateMDHistoWorkspace(SignalInput='1,2,3,4,5',ErrorInput='1,1,1,1,1',Dimensionality='1',Extents='-1,1',NumberOfBins='5',Names='A',Units='U',OutputWorkspace='demo')

QueryMDWorkspace(InputWorkspace='demo',OutputWorkspace='query',MaximumRows='500',Normalisation='volume')
@OwenArnold
Copy link
Contributor Author

This issue was originally trac ticket 5701

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

2 participants