From 2cb3de69d32d559db5338230e4cedd2296c1270a Mon Sep 17 00:00:00 2001 From: Jeff Newman Date: Thu, 23 May 2024 09:03:24 -0500 Subject: [PATCH 1/2] no fastmath in tour mode choice --- configs/trip_mode_choice.yaml | 3 +++ ext-configs/school_escorting.yaml | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/configs/trip_mode_choice.yaml b/configs/trip_mode_choice.yaml index aeee99c..cc9c517 100644 --- a/configs/trip_mode_choice.yaml +++ b/configs/trip_mode_choice.yaml @@ -206,3 +206,6 @@ TOURS_MERGED_CHOOSER_COLUMNS: MODE_CHOICE_LOGSUM_COLUMN_NAME: mode_choice_logsum + +compute_settings: + fastmath: false diff --git a/ext-configs/school_escorting.yaml b/ext-configs/school_escorting.yaml index b0241e7..71db96a 100644 --- a/ext-configs/school_escorting.yaml +++ b/ext-configs/school_escorting.yaml @@ -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 From 370fa44d8de456511e4d7e744002172e3d0e44cf Mon Sep 17 00:00:00 2001 From: Jeff Newman Date: Thu, 23 May 2024 09:09:18 -0500 Subject: [PATCH 2/2] no fastmath in ext tour mode choice --- configs/trip_mode_choice.yaml | 3 --- ext-configs/tour_mode_choice.yaml | 3 +++ 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/configs/trip_mode_choice.yaml b/configs/trip_mode_choice.yaml index cc9c517..aeee99c 100644 --- a/configs/trip_mode_choice.yaml +++ b/configs/trip_mode_choice.yaml @@ -206,6 +206,3 @@ TOURS_MERGED_CHOOSER_COLUMNS: MODE_CHOICE_LOGSUM_COLUMN_NAME: mode_choice_logsum - -compute_settings: - fastmath: false diff --git a/ext-configs/tour_mode_choice.yaml b/ext-configs/tour_mode_choice.yaml index 19f5014..6550c28 100644 --- a/ext-configs/tour_mode_choice.yaml +++ b/ext-configs/tour_mode_choice.yaml @@ -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