GMLC-TDC / pyhelics

CFFI Python interface for HELICS
https://python.helics.org
BSD 3-Clause "New" or "Revised" License
3 stars 8 forks source link

helicsBrokerSendCommand has incorrect signature #101

Open phlptp opened 5 months ago

phlptp commented 5 months ago

Describe the bug helicsBrokerSendCommand has the signature helicsBrokerSendCommand(broker, target, command, err)

The err should not be there. Currently it is possible to work around just by supplying an argument (it is not used), but this needs to be resolved in the next release

the same is true for all command related operations for helicsBroker and helicsCore