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
Currently if incorrect units are specified for Quantities, the code will proceed without warning/error, however it will output nonsense to the output files. For example, adding AddQuantity(name="mu", unit="H/m", comment="magnetic permeability")
to Dynamics.R won't cause any errors, but the values of mu which are outputted won't be correct because "H" is not a valid unit.
Instead a warning or error should be given saying that an invalid unit has been specified.
The text was updated successfully, but these errors were encountered:
Currently if incorrect units are specified for Quantities, the code will proceed without warning/error, however it will output nonsense to the output files. For example, adding
AddQuantity(name="mu", unit="H/m", comment="magnetic permeability")
to
Dynamics.R
won't cause any errors, but the values ofmu
which are outputted won't be correct because "H" is not a valid unit.Instead a warning or error should be given saying that an invalid unit has been specified.
The text was updated successfully, but these errors were encountered: