Skip to content

Commit 370fa44

Browse files
committed
no fastmath in ext tour mode choice
1 parent 2cb3de6 commit 370fa44

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

configs/trip_mode_choice.yaml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -206,6 +206,3 @@ TOURS_MERGED_CHOOSER_COLUMNS:
206206

207207

208208
MODE_CHOICE_LOGSUM_COLUMN_NAME: mode_choice_logsum
209-
210-
compute_settings:
211-
fastmath: false

ext-configs/tour_mode_choice.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -196,3 +196,6 @@ LOGSUM_CHOOSER_COLUMNS:
196196

197197

198198
MODE_CHOICE_LOGSUM_COLUMN_NAME: mode_choice_logsum
199+
200+
compute_settings:
201+
fastmath: false # use of isnan in utility functions requires fastmath=False

0 commit comments

Comments
 (0)