The config file is currently a txt file parsed in MATLAB. This leads to errors if the format is not exactly as expected.
For instance, today we had two issues where the parsing function failed without clear explanations.
A more robust alternative would be to either 1) make a matlab static class, or 2) use a JSON file.
The config file is currently a txt file parsed in MATLAB. This leads to errors if the format is not exactly as expected.
For instance, today we had two issues where the parsing function failed without clear explanations.
A more robust alternative would be to either 1) make a matlab static class, or 2) use a JSON file.