Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Refactor set_parameter_filenames #102

Closed
BSchilperoort opened this issue Jul 29, 2022 · 1 comment
Closed

Refactor set_parameter_filenames #102

BSchilperoort opened this issue Jul 29, 2022 · 1 comment
Labels
code enhancement New feature or request save model state Changes required to be able to save and load the model state.

Comments

@BSchilperoort
Copy link
Contributor

The main script calls a script with the name set_parameter_filenames on the following line:

run set_parameter_filenames;

The only thing this script does is set the parameter file:

% parameter_file = { 'setoptions.m', 'filenames.m', 'inputdata.txt'};
parameter_file = {'input_data.xlsx'};

This can be done in a function elsewhere, or be called directly in the main script.

@BSchilperoort BSchilperoort added code enhancement New feature or request save model state Changes required to be able to save and load the model state. labels Jul 29, 2022
@BSchilperoort BSchilperoort added this to the save/load model state milestone Jul 29, 2022
@SarahAlidoost
Copy link
Member

it is fixed by #109.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
code enhancement New feature or request save model state Changes required to be able to save and load the model state.
Projects
None yet
Development

No branches or pull requests

2 participants