From b0e6c9cd09e1b52e2c9ad3659bd152fbdfe856e2 Mon Sep 17 00:00:00 2001 From: Jeff Newman Date: Mon, 18 Mar 2024 16:14:37 -0500 Subject: [PATCH] turn off sharrow fastmath for school escort --- ext-configs/school_escorting.yaml | 11 ++++------- 1 file changed, 4 insertions(+), 7 deletions(-) diff --git a/ext-configs/school_escorting.yaml b/ext-configs/school_escorting.yaml index 24c9cd1..9638f2b 100644 --- a/ext-configs/school_escorting.yaml +++ b/ext-configs/school_escorting.yaml @@ -1,10 +1,7 @@ -# The school escort model as written in this prototype is not -# compatible with sharrow, so "sharrow_skip" must be activated here. -# Currently the spec file has a few lines that evaluate differently in -# the sharrow implementation, resulting in failure that are flagged by -# the `test` mode. Once these are fixed (and string comparisons are -# minimized for performance) this `sharrow_skip` setting can be removed. -sharrow_skip: true +# Some data values in the spec file will refer to missing values stored +# as NaN in the data. This requires the `sharrow_fastmath` setting to +# be set to `false` to avoid errors in the sharrow implementation. +sharrow_fastmath: false OUTBOUND_SPEC: school_escorting_outbound.csv OUTBOUND_COEFFICIENTS: school_escorting_coefficients_outbound.csv