[ ] This PR addresses an already opened issue (for bug fixes / features)
This PR fixes issue #xyz
[ ] Tests for the changes have been added (for bug fixes / features)
[ ] Documentation has been added / updated (for bug fixes / features)
[ ] HISTORY.rst has been updated (with summary of main changes)
[ ] I have added my relevant user information to AUTHORS.md
What kind of change does this PR introduce?:
bug fix
Does this PR introduce a breaking change?:
no
Other information:
This PR is a follow up fix for PR #262. It fixes the check_levels_exist decorator to handle level values like 1000.00000001. It rounds them to precision 4 to match them with the correct value 1000.0.
Pull Request Checklist:
[ ] This PR addresses an already opened issue (for bug fixes / features)
[ ] Tests for the changes have been added (for bug fixes / features)
[ ] Documentation has been added / updated (for bug fixes / features)
[ ] HISTORY.rst has been updated (with summary of main changes)
[ ] I have added my relevant user information to
AUTHORS.md
What kind of change does this PR introduce?: bug fix
Does this PR introduce a breaking change?: no
Other information: This PR is a follow up fix for PR #262. It fixes the
check_levels_exist
decorator to handle level values like 1000.00000001. It rounds them to precision 4 to match them with the correct value 1000.0.