From 3eb33795b712a0cc8a2f3e2c21745cb371dfd162 Mon Sep 17 00:00:00 2001 From: Jeff Newman Date: Thu, 23 May 2024 09:11:55 -0500 Subject: [PATCH] no fastmath in tour mode choice --- configs/resident/tour_mode_choice.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/configs/resident/tour_mode_choice.yaml b/configs/resident/tour_mode_choice.yaml index 7be6c6a..c35b382 100644 --- a/configs/resident/tour_mode_choice.yaml +++ b/configs/resident/tour_mode_choice.yaml @@ -112,3 +112,6 @@ LOGSUM_CHOOSER_COLUMNS: - transit_pass_ownership MODE_CHOICE_LOGSUM_COLUMN_NAME: mode_choice_logsum + +compute_settings: + fastmath: false # use of isnan in utility functions requires fastmath=False