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
The schema doesn't require it, just provides the rules it must follow if it is defined. It's the same with "title" and "description". It's probably good practice for us to have them defined for all of our pre-defined math components, but I wouldn't require it for user-defined components since it's just metadata (the user can decide if they care to have it).
What happened?
Just as
variables
do,global_expressions
should state their unit. Among others, this makes life easier when post-processing results.It seems like unit is required for both
variables
andglobal_expressions
(https://github.com/calliope-project/calliope/blob/main/src/calliope/config/math_schema.yaml), but in base math, only the units ofvariables
are specified.Which operating systems have you used?
Version
v0.7.0
Relevant log output
No response
The text was updated successfully, but these errors were encountered: