File tree Expand file tree Collapse file tree 1 file changed +4
-7
lines changed
Expand file tree Collapse file tree 1 file changed +4
-7
lines changed Original file line number Diff line number Diff line change 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
96OUTBOUND_SPEC : school_escorting_outbound.csv
107OUTBOUND_COEFFICIENTS : school_escorting_coefficients_outbound.csv
You can’t perform that action at this time.
0 commit comments