Currently, the input data is partially defined:
- in form of matlab code
- in form of CSV files
Suggestion:
- put all input data that is written by humans into one .yaml file per simulation project, well commented
- in additon, have a folder with .csv files for computer generated tables
- do NOT use csv files that contain just one scalar
- CSV files should be comma separated
- CSV files should NOT contain empty lines
- all CSV files should have a header with the column names
Currently, the input data is partially defined:
Suggestion: