We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dde23f1 commit bdff24bCopy full SHA for bdff24b
1 file changed
src/libcosimpy/CosimExecution.py
@@ -60,7 +60,7 @@ def __init__(self, create_key: object = None, execution_ptr: Optional[CosimExecu
60
lib=CosimLibrary.lib,
61
funcname="cosim_execution_step",
62
argtypes=[POINTER(CosimExecution), c_int64],
63
- restype=None,
+ restype=c_int,
64
)
65
self.__add_local_slave = wrap_function(
66
0 commit comments