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
At this line of the hwp_sys module the solver parameters are being read from file, so there should be the parameters self.h1s, self.h2s..., indicated by the final s, instead of the parameters self.h1, self.h2... without the s.
At this line of the hwp_sys module the solver parameters are being read from file, so there should be the parameters self.h1s, self.h2s..., indicated by the final s, instead of the parameters self.h1, self.h2... without the s.