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
Exactly what it says on the tin. The name ParameterData is often found confusing, especially when it is used as an output of a calculation. Given that we already have List, the name Dict describes exactly what it is and also directly mirrors the python built in data structure.
The text was updated successfully, but these errors were encountered:
Exactly what it says on the tin. The name
ParameterData
is often found confusing, especially when it is used as an output of a calculation. Given that we already haveList
, the nameDict
describes exactly what it is and also directly mirrors the python built in data structure.The text was updated successfully, but these errors were encountered: