From 2cb3de69d32d559db5338230e4cedd2296c1270a Mon Sep 17 00:00:00 2001 From: Jeff Newman Date: Thu, 23 May 2024 09:03:24 -0500 Subject: [PATCH] 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