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
line 21 of federate1.py says "helicsFederateInfoCreate", but it should be "helicsCreateFederateInfo". Fixing that...
"helicsFederateInfoSetFederateName" is not found in helics.py. I tried changing to "SetCoreName" and then commenting that out, but either way, the next assertion fails on line 29.
in the last federate, GridLAB-D exits because "ERROR [INIT] : helics_msg::init(): There is not object with property"
the first federate, HELICS broker, started properly, registered one federate, and issued several "broker tick"s before I stopped it
It seems that something's out of synch, but I did not have build errors and GridLAB-D autotests were successful
The text was updated successfully, but these errors were encountered:
line 21 of federate1.py says "helicsFederateInfoCreate", but it should be "helicsCreateFederateInfo". Fixing that...
"helicsFederateInfoSetFederateName" is not found in helics.py. I tried changing to "SetCoreName" and then commenting that out, but either way, the next assertion fails on line 29.
in the last federate, GridLAB-D exits because "ERROR [INIT] : helics_msg::init(): There is not object with property"
the first federate, HELICS broker, started properly, registered one federate, and issued several "broker tick"s before I stopped it
It seems that something's out of synch, but I did not have build errors and GridLAB-D autotests were successful
The text was updated successfully, but these errors were encountered: