Skip to content

Commit

Permalink
Update models.py
Browse files Browse the repository at this point in the history
  • Loading branch information
EliorGigi authored Jan 17, 2024
1 parent 6691165 commit 6b5825e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion anyway/models.py
Original file line number Diff line number Diff line change
Expand Up @@ -919,7 +919,7 @@ def set_critical(
(critical_values["severe_injured_count"] / suburban_road_severe_value)
+ (critical_values["killed_count"] / suburban_road_killed_value)
) >= 1
elif resolution == BE_CONST.ResolutionCategories.SUBURBAN_ROAD:
elif resolution == BE_CONST.ResolutionCategories.STREET:
critical = (
(critical_values["severe_injured_count"] / urban_severe_value)
+ (critical_values["killed_count"] / urban_severe_value)
Expand Down

0 comments on commit 6b5825e

Please sign in to comment.