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.
2 parents a4caf66 + 370fa44 commit a3da8bdCopy full SHA for a3da8bd
ext-configs/school_escorting.yaml
@@ -1,5 +1,5 @@
1
# Some data values in the spec file will refer to missing values stored
2
-# as NaN in the data. This requires the `sharrow_fastmath` setting to
+# as NaN in the data. This requires the `fastmath` setting to
3
# be set to `false` to avoid errors in the sharrow implementation.
4
compute_settings:
5
fastmath: false
ext-configs/tour_mode_choice.yaml
@@ -196,3 +196,6 @@ LOGSUM_CHOOSER_COLUMNS:
196
197
198
MODE_CHOICE_LOGSUM_COLUMN_NAME: mode_choice_logsum
199
+
200
+compute_settings:
201
+ fastmath: false # use of isnan in utility functions requires fastmath=False
0 commit comments