Refactor set_parameter_filenames
#102
Labels
code enhancement
New feature or request
save model state
Changes required to be able to save and load the model state.
Milestone
The main script calls a script with the name
set_parameter_filenames
on the following line:STEMMUS_SCOPE/src/STEMMUS_SCOPE.m
Line 65 in d2fe0a6
The only thing this script does is set the parameter file:
STEMMUS_SCOPE/src/set_parameter_filenames.m
Lines 1 to 2 in d2fe0a6
This can be done in a function elsewhere, or be called directly in the main script.
The text was updated successfully, but these errors were encountered: