We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6e02e1c commit 994d31aCopy full SHA for 994d31a
1 file changed
OMPython/ModelicaSystem.py
@@ -2825,6 +2825,8 @@ def _prepare_structure_parameters(
2825
2826
2827
class ModelicaSystemCmd(ModelExecutionCmd):
2828
+ # TODO: docstring
2829
+
2830
def __init__(
2831
self,
2832
runpath: pathlib.Path,
@@ -2840,6 +2842,7 @@ def __init__(
2840
2842
2841
2843
def get_exe(self) -> pathlib.Path:
2844
"""Get the path to the compiled model executable."""
2845
+ # TODO: move to the top
2846
import platform
2847
2848
path_run = pathlib.Path(self._runpath)
0 commit comments