Closed DavidGoldwasser closed 1 year ago
Ok, this could break a number of things. 3.4 is on left. 3.5 is on right, the class of objects that used to be a specific curve is now just a curve object, so measures expecting the specific curve classes may fail.
@jmarrec @joseph-robertson Do you know if this was the result of deprecating out some old methods? I know there was some changes to the curve objects and this seems related.
See this PR. You'll just need to to_CurveBiquadratic.get
.
Here is relevant code. In addition to to
minimumValueofx
I expectsetMinimumValueofx
will also be bad. https://github.com/NREL/openstudio-load-flexibility-measures-gem/blob/develop/lib/measures/add_central_ice_storage/measure.rb#L461-L471