Skip to content

Commit 83c0b00

Browse files
committed
fix fastmath
1 parent ef77119 commit 83c0b00

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

ext-configs/school_escorting.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
# Some data values in the spec file will refer to missing values stored
22
# as NaN in the data. This requires the `sharrow_fastmath` setting to
33
# be set to `false` to avoid errors in the sharrow implementation.
4-
sharrow_fastmath: false
4+
sharrow_settings:
5+
fastmath: false
56

67
OUTBOUND_SPEC: school_escorting_outbound.csv
78
OUTBOUND_COEFFICIENTS: school_escorting_coefficients_outbound.csv

0 commit comments

Comments
 (0)