DLR-VF / TAPAS

MIT License
19 stars 9 forks source link

possible incorrect reading of DB_HH_SAMPLE_SIZE #29

Closed schakalakka closed 3 years ago

schakalakka commented 3 years ago

There is a bug when the db_hh_sample_size is changed after the simulation files are chosen, but not yet added. The parameter column shows it correctly. The parameter view does not.

Additionally remove the Parameter column in SimulationControl. All parameters should be displayed correctly under the Parameter view (when pressing the parameter button or comparing two simulations)

schakalakka commented 3 years ago

Cannot reproduce the bug.

But the parameters column (sim_par) in the SimulationControl is removed

schakalakka commented 3 years ago

Add description column in the SimulationMonitorPanel which defaults to the PROJECT_NAME parameter. The SIM_FILE column still exists. The sim_par column in the database is not used anymore.

Still need to clean up the sql scripts in the sql_dumps.zip

schakalakka commented 3 years ago

Removed all sim_par parameters in the db functions in the sql scripts. Closed.