From d98f776af559038e1588c7f07d58df7151965cb3 Mon Sep 17 00:00:00 2001 From: Jeff Newman Date: Thu, 23 May 2024 09:15:32 -0500 Subject: [PATCH] no fastmath in tour mode choice --- .../prototype_mtc_extended/configs/tour_mode_choice.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/activitysim/examples/prototype_mtc_extended/configs/tour_mode_choice.yaml b/activitysim/examples/prototype_mtc_extended/configs/tour_mode_choice.yaml index 19f5014fc..6550c28e5 100644 --- a/activitysim/examples/prototype_mtc_extended/configs/tour_mode_choice.yaml +++ b/activitysim/examples/prototype_mtc_extended/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