Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add a slight workaround for a floating point problem: Even if `caget IOC:m1.VERS` gives 7.09, the python code gets a value slightly above 7.09, making the comparison " <= 7.09" fail. Solution: use 7.091 instead of 7.09
- Loading branch information