Skip to content

Commit

Permalink
Merge pull request #14 from camsys/extended-testing
Browse files Browse the repository at this point in the history
No fastmath in extended model tour mode choice
  • Loading branch information
jpn-- authored May 23, 2024
2 parents a4caf66 + 370fa44 commit a3da8bd
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion ext-configs/school_escorting.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Some data values in the spec file will refer to missing values stored
# as NaN in the data. This requires the `sharrow_fastmath` setting to
# as NaN in the data. This requires the `fastmath` setting to
# be set to `false` to avoid errors in the sharrow implementation.
compute_settings:
fastmath: false
Expand Down
3 changes: 3 additions & 0 deletions ext-configs/tour_mode_choice.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -196,3 +196,6 @@ LOGSUM_CHOOSER_COLUMNS:


MODE_CHOICE_LOGSUM_COLUMN_NAME: mode_choice_logsum

compute_settings:
fastmath: false # use of isnan in utility functions requires fastmath=False

0 comments on commit a3da8bd

Please sign in to comment.