ISISNeutronMuon / ISISNeutronMuon/MDMC
GPO only returns integer values for parameters when given integer constraints
- Dominant language
- Python
- Stars
- 4
- Forks
- 0
- Avg merge
- 2d 4h
- Merged PRs (30d)
- 5
Description
**Description of the error**
If a parameter is given constraints which are both integers, a GPO optimizer will only consider integer values for that parameter, even if it is given a float initial value
**Describe the expected result**
GPO would return a float value for the parameter no matter the type of the constraints
**Describe the actual result**
GPO returns only integer values for the parameter
**Suggested fix**
Cast all constraints to float before optimisation
**Additional details**



Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.