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
Let's say one would modify manually an UmiTemplate JSON and set the EconomizerType to "DifferentialEnthalpy", the Template Editor will fail to open the template library without much debugging info.
Running Basilisk in Debug mode allowed me to inspect the Exception thrown by NewtownSoft.Json:
"Error converting value \"DifferentialEnthalpy\" to type 'Basilisk.Core.EconomizerType'. Path 'ZoneConditionings[0].EconomizerType', line 2197, position 46."
Then, looking at Basilisk.Core.EconomizerType, we can see that the culprit is an "h" in "DifferentialEnthalphy".
Let's say one would modify manually an UmiTemplate JSON and set the EconomizerType to "DifferentialEnthalpy", the Template Editor will fail to open the template library without much debugging info.
Running Basilisk in Debug mode allowed me to inspect the Exception thrown by NewtownSoft.Json:
Then, looking at
Basilisk.Core.EconomizerType
, we can see that the culprit is an "h" in "DifferentialEnthalphy".The text was updated successfully, but these errors were encountered: