Skip to content

Commit 2cb3de6

Browse files
committed
no fastmath in tour mode choice
1 parent a4caf66 commit 2cb3de6

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

configs/trip_mode_choice.yaml

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

207207

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

ext-configs/school_escorting.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Some data values in the spec file will refer to missing values stored
2-
# as NaN in the data. This requires the `sharrow_fastmath` setting to
2+
# as NaN in the data. This requires the `fastmath` setting to
33
# be set to `false` to avoid errors in the sharrow implementation.
44
compute_settings:
55
fastmath: false

0 commit comments

Comments
 (0)