You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Certain parameters, in particular DMDATA and START/FINISH are treated specially by PINT - that is, START/FINISH are explicitly checked to ensure that they are never fit for, and DMDATA is a boolParameter but its output (and no other boolParameter) is overridden to be 0/1 instead of the usual Y/N for TEMPO compatibility. These special cases should be set up as options on the Parameter objects when they are created, so that (for example) when the START parameter is created one can ensure that it is never fittable, without the rest of PINT needing to treat START specially.
These two changes are introduced in #1230, which is otherwise rather badly needed, so this issue is here to remind us to fix the temporary hack.
The text was updated successfully, but these errors were encountered:
Certain parameters, in particular DMDATA and START/FINISH are treated specially by PINT - that is, START/FINISH are explicitly checked to ensure that they are never fit for, and DMDATA is a
boolParameter
but its output (and no otherboolParameter
) is overridden to be 0/1 instead of the usual Y/N for TEMPO compatibility. These special cases should be set up as options on the Parameter objects when they are created, so that (for example) when theSTART
parameter is created one can ensure that it is never fittable, without the rest of PINT needing to treatSTART
specially.These two changes are introduced in #1230, which is otherwise rather badly needed, so this issue is here to remind us to fix the temporary hack.
The text was updated successfully, but these errors were encountered: