Skip to content
Snippets Groups Projects
Commit b6e5e44a authored by Michael DM Dryden's avatar Michael DM Dryden
Browse files

can load partial params files-fixed

parent b9632f2a
Branches
No related merge requests found
......@@ -74,8 +74,8 @@ def set_params(window, params):
window.expcombobox.set_active(
window.exp_window.classes[params['experiment_index']][0]
)
window.exp_window.set_params(params['experiment_index'], params)
window.exp_window.set_params(params['experiment_index'], params)
window.analysis_opt_window.params = params
window.db_window.params = params
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment