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
because self.mission contains \\tau (in the performance models), but no substitutions for it, it pulls the value out of the variable. Because it comes second in the list, its substitutions replace those of self.solar
In the short term this can be fixed by reordering them: return self.mission, self.solar
In the medium term this requires a different approach to substitutions
bqpd
changed the title
substitution in submodel not changed in main model
values clobbering new substitutions because of constraint ordering choice
Oct 19, 2017
Looking at commit convexengineering/solar@e99e9e7 in solar, solving
solar.py
and convexengineering/gplibrary@c6da5c0 in gpkitmodels. I am subbing in tau in HTail.But when I solve the model I get this:
Pretty weird that
AR
got changed, but nottau
The text was updated successfully, but these errors were encountered: