Skip to content

Commit e7e0737

Browse files
authored
Merge pull request #10 from camsys/patch-sharrow-schoolescort
turn off sharrow fastmath for school escort
2 parents 9ca05ca + b0e6c9c commit e7e0737

File tree

1 file changed

+4
-7
lines changed

1 file changed

+4
-7
lines changed

ext-configs/school_escorting.yaml

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,7 @@
1-
# The school escort model as written in this prototype is not
2-
# compatible with sharrow, so "sharrow_skip" must be activated here.
3-
# Currently the spec file has a few lines that evaluate differently in
4-
# the sharrow implementation, resulting in failure that are flagged by
5-
# the `test` mode. Once these are fixed (and string comparisons are
6-
# minimized for performance) this `sharrow_skip` setting can be removed.
7-
sharrow_skip: true
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
3+
# be set to `false` to avoid errors in the sharrow implementation.
4+
sharrow_fastmath: false
85

96
OUTBOUND_SPEC: school_escorting_outbound.csv
107
OUTBOUND_COEFFICIENTS: school_escorting_coefficients_outbound.csv

0 commit comments

Comments
 (0)