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

Excess workspace group when loading summed workspaces #9160

Closed
mantid-builder opened this issue Oct 31, 2013 · 1 comment
Closed

Excess workspace group when loading summed workspaces #9160

mantid-builder opened this issue Oct 31, 2013 · 1 comment
Assignees
Labels
Framework Issues and pull requests related to components in the Framework
Milestone

Comments

@mantid-builder
Copy link
Collaborator

Original Reporter: Arturs Bekasovs

# Clear ADS
mtd.clear()

# Load 2 summed workspaces
ws = Load(Filename='MUSR15190+15191')

# ADS:
# * MUSR00015190_MUSR00015191 - shouldn't be here
#   - MUSR00015190_MUSR00015191_1
#   - MUSR00015190_MUSR00015191_2
# * ws
#   - MUSR00015190_MUSR00015191_1
#   - MUSR00015190_MUSR00015191_2

This works when summing using '-' as well. When trying to delete excess group I get this:

DeleteWorkspace('MUSR00015190_MUSR00015191')

# ADS:
# * MUSR00015190_MUSR00015191 - empty group
@mantid-builder
Copy link
Collaborator Author

This issue was originally trac ticket 8315

@mantid-builder mantid-builder added the Framework Issues and pull requests related to components in the Framework label Jun 3, 2015
@mantid-builder mantid-builder added this to the Release 3.1 milestone Jun 3, 2015
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
Projects
None yet
Development

No branches or pull requests

2 participants