We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2cb3de6 commit 370fa44Copy full SHA for 370fa44
configs/trip_mode_choice.yaml
@@ -206,6 +206,3 @@ TOURS_MERGED_CHOOSER_COLUMNS:
206
207
208
MODE_CHOICE_LOGSUM_COLUMN_NAME: mode_choice_logsum
209
-
210
-compute_settings:
211
- fastmath: false
ext-configs/tour_mode_choice.yaml
@@ -196,3 +196,6 @@ LOGSUM_CHOOSER_COLUMNS:
196
197
198
199
+
200
+compute_settings:
201
+ fastmath: false # use of isnan in utility functions requires fastmath=False
0 commit comments