Skip to content

Commit

Permalink
Fixed bug with defaults
Browse files Browse the repository at this point in the history
  • Loading branch information
lrdossan committed Oct 11, 2024
1 parent f1be98b commit b9b7591
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion caimira/src/caimira/calculator/validators/defaults.py
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,8 @@

# ------------------ Validation ----------------------
COFFEE_OPTIONS_INT = {'coffee_break_0': 0, 'coffee_break_1': 1,
'coffee_break_2': 2, 'coffee_break_4': 4}
'coffee_break_2': 2, 'coffee_break_3': 3,
'coffee_break_4': 4}
CONFIDENCE_LEVEL_OPTIONS = {'confidence_low': 10,
'confidence_medium': 5, 'confidence_high': 2}
MECHANICAL_VENTILATION_TYPES = {
Expand Down

0 comments on commit b9b7591

Please sign in to comment.