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