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 a4caf66 commit 2cb3de6Copy full SHA for 2cb3de6
configs/trip_mode_choice.yaml
@@ -206,3 +206,6 @@ TOURS_MERGED_CHOOSER_COLUMNS:
206
207
208
MODE_CHOICE_LOGSUM_COLUMN_NAME: mode_choice_logsum
209
+
210
+compute_settings:
211
+ fastmath: false
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
0 commit comments