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

Algorithm history script generation gives output parameters a value #11967

Closed
DanNixon opened this issue Feb 19, 2015 · 1 comment
Closed

Algorithm history script generation gives output parameters a value #11967

DanNixon opened this issue Feb 19, 2015 · 1 comment
Assignees
Labels
Framework Issues and pull requests related to components in the Framework
Milestone

Comments

@DanNixon
Copy link
Member

Running the following script:

grouping_ws = CreateGroupingWorkspace(InstrumentName='IRIS', FixedGroupCount=10, ComponentName='graphite')

Gives the following script when exported to Python via the history dialog:

CreateGroupingWorkspace(InstrumentName='IRIS', FixedGroupCount=10, ComponentName='graphite', OutputWorkspace='grouping_ws', NumberGroupedSpectraResult=50, NumberGroupsResult=10)

This is attempting to assign values to two output properties: NumberGroupedSpectraResult and NumberGroupsResult.

This does not affect the algorithm but could be confusing to users, the only output properties that should be included in the script are workspace properties that define the name of the output workspace.

@DanNixon
Copy link
Member Author

DanNixon commented Jun 3, 2015

This issue was originally trac ticket 11128

@DanNixon DanNixon added the Framework Issues and pull requests related to components in the Framework label Jun 3, 2015
@DanNixon DanNixon self-assigned this Jun 3, 2015
@DanNixon DanNixon added this to the Release 3.4 milestone Jun 3, 2015
@DanNixon DanNixon closed this as completed 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

1 participant