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

Allow multiple definitions for parameters where .multiple = True #103

Open
ndevenish opened this issue Dec 7, 2018 · 1 comment
Open
Assignees
Milestone

Comments

@ndevenish
Copy link
Collaborator

Saw user try

scan_range=1-600,900-1600

This doesn't work, because it needs to be passed as

scan_range=1-600 scan_range=90-1600

This actually fails with a nonsensical error, so perhaps there is a problem with the parsing interface also inside dials

@dagewa dagewa added this to the CCP4 developers meeting milestone Dec 12, 2018
@dagewa dagewa self-assigned this Mar 27, 2020
@dagewa
Copy link
Member

dagewa commented Apr 26, 2021

Assume this refers to the integrate step. This is a general problem for all parameters where .multiple = True in the PHIL definition. A widget that allows duplication ("add another row") would be a reasonable solution.

@dagewa dagewa changed the title Cannot set multiple scan ranges Allow multiple definitions for parameters where .multiple = True Apr 26, 2021
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