Skip to content

Commit

Permalink
Spelling
Browse files Browse the repository at this point in the history
  • Loading branch information
drozzy committed Oct 27, 2023
1 parent c7ec649 commit 106e83d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion simglucose/analysis/risk.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ def risk_index(BG, horizon):

def risk(BG):
"""
Risk is to be a percentage - ranging from 0 to 100%.
Risk is a percentage - ranging from 0 to 100%.
The 20 and 600 mg/dl are just the values to which the risk formula was fit.
The aim is to make the risk maximum when it is either 20 or 600.
The units in the paper below are different (mmol/l), but in our units (mg/dl) these limits are 20 and 600.
Expand Down

0 comments on commit 106e83d

Please sign in to comment.