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
I think you’re going to need to provide more detail on several things if you want help (most of this information is asked for in the issue template that gets shown when creating a new issue and selecting "Bug Report"):
what specific file and line of code did you change from a float to a string?
what was the error message or wrong behavior you observed before making the change?
what version of HELICS?
what version of Python are you using?
what specific operating system version are you running, and what CPU architecture?
(Another note from a make it easy for your issue to get noticed by people who may be able to help: The issue title should be a summary of what the bug is — is it a crash when doing X, a feature request, etc? When I saw the current title, I didn’t even know you had a problem — and I get enough notifications that I’d likely skip over it because I can't tell if it is relevant to me.)
I tried to run the first example on as on the code below:
{
"broker": true,
"federates": [
{
"directory": ".",
"exec": "python 1abc_Transmission_simulator.py -c 1a",
"host": "localhost",
"name": "1a_Transmission"
},
{
"directory": ".",
"exec": "gridlabd 1a_IEEE_123_feeder.glm",
"host": "localhost",
"name": "1a_GridLABD"
}
],
"name": "1a-T-D-Cosimulation-HELICSRunner"
The code was not running and it had to be changed from float to string before it worked. Please what is the reason for this?
The text was updated successfully, but these errors were encountered: