Closed GRV96 closed 2 years ago
The condition in this ternary operator does not work. I think it should be powerModel instanceof PowerModelHostSimple rather than powerModel instanceof PowerModelHostSimple powerModelHost.
powerModel instanceof PowerModelHostSimple
powerModel instanceof PowerModelHostSimple powerModelHost
Forget this. I updated my SDK, and the line works.
The condition in this ternary operator does not work. I think it should be
powerModel instanceof PowerModelHostSimple
rather thanpowerModel instanceof PowerModelHostSimple powerModelHost
.