We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8583041 commit c77c472Copy full SHA for c77c472
1 file changed
OMPython/ModelicaSystem.py
@@ -816,7 +816,7 @@ def getContinuous(
816
{'x': np.float64(0.68), 'der(x)': np.float64(-0.24), 'y': np.float64(-0.24)}
817
>>> mod.getContinuous("x")
818
[np.float64(0.68)]
819
- >>> mod.getOutputs(["y","x"])
+ >>> mod.getContinuous(["y","x"])
820
[np.float64(-0.24), np.float64(0.68)]
821
"""
822
if not self._simulated:
0 commit comments