We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 4018f0e + b513183 commit dbe68e8Copy full SHA for dbe68e8
anyway/widgets/road_segment_widgets/head_on_collisions_comparison_widget.py
@@ -117,7 +117,7 @@ def is_included(self) -> bool:
117
else:
118
raise ValueError
119
all_total = all_h2h + all_others # pylint: disable=E0606
120
- return segment_h2h > 1 and (segment_h2h / segment_total) > all_h2h / all_total
+ return segment_h2h > 1 and (segment_h2h / segment_total) > 2 * all_h2h / all_total
121
122
123
# adding calls to _() for pybabel extraction
0 commit comments