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

Expand GroupWorkspaces to allow grouping of table workspaces #4902

Closed
Anders-Markvardsen opened this issue Nov 4, 2011 · 1 comment
Closed
Labels
High Priority An issue or pull request that if not addressed is severe enough to postponse a release.
Milestone

Comments

@Anders-Markvardsen
Copy link
Member

  1. Modify the algorithm GroupWorkspaces to allow this
  2. Do a test. Group say a TableWorkspace and a standard MatrixWorkspace.
    Try to run this grouped workspace through a number of Mantid algorithms such as Minus and CropWorkspace. Likely outcome is that error messages will be displayed which needs to be dealt with. Initially the way do deal with these will be to modify how algorithms handle groups. E.g. Algorithm.cpp has a method: bool Algorithm::processGroups(). Modify this method to ignore TableWorkspaces and log this.
@Anders-Markvardsen
Copy link
Member Author

This issue was originally trac ticket 4055

@Anders-Markvardsen Anders-Markvardsen added High Priority An issue or pull request that if not addressed is severe enough to postponse a release. Mantid labels Jun 3, 2015
@Anders-Markvardsen Anders-Markvardsen added this to the Release 2.0 milestone Jun 3, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
High Priority An issue or pull request that if not addressed is severe enough to postponse a release.
Projects
None yet
Development

No branches or pull requests

1 participant