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

What happens if the score falls on a boundary? #3

Open
RachelDuffin opened this issue Apr 22, 2024 · 0 comments
Open

What happens if the score falls on a boundary? #3

RachelDuffin opened this issue Apr 22, 2024 · 0 comments

Comments

@RachelDuffin
Copy link
Contributor

The boundaries specify overlap and it is not clear what the behaviour would be should the score fall upon a boundary:

fhprs/fh.py

Lines 104 to 115 in 4b4eb1e

RISKRANGES = (
(-0.5,0.58,'low'),
(0.58,0.73,'low'),
(0.73,0.81,'low'),
(0.81,0.88,'intermediate'),
(0.88,0.93,'intermediate'),
(0.93,0.98,'high'),
(0.98,1.02,'high'),
(1.02,1.08,'high'),
(1.08,1.16,'high'),
(1.16,1.46,'high')
)

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

1 participant