We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f349c80 commit 4cd43f3Copy full SHA for 4cd43f3
1 file changed
PyStemmusScope/stemmus_scope.py
@@ -77,8 +77,8 @@ class StemmusScope():
77
repository <https://github.com/EcoExtreML/STEMMUS_SCOPE_Processing>`_
78
model_src_path(str): path to Stemmus_Scope executable file or to a
79
directory containing model source codes.
80
- interpreter(str, optional): use `Matlab` or `Octave`. It is optional if
81
- `model_src_path` is a path to Stemmus_Scope executable file.
+ interpreter(str, optional): use `Matlab` or `Octave`. Only required if
+ `model_src_path` is a path to model source codes.
82
83
Example:
84
See notebooks/run_model_in_notebook.ipynb in `STEMMUS_SCOPE_Processing
0 commit comments