Skip to content

Commit a3da8bd

Browse files
authored
Merge pull request #14 from camsys/extended-testing
No fastmath in extended model tour mode choice
2 parents a4caf66 + 370fa44 commit a3da8bd

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

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

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)