Code indexing in gitaly is broken and leads to code not being visible to the user. We work on the issue with highest priority.

Skip to content
Snippets Groups Projects
Commit 3934dcdd authored by usov_i's avatar usov_i
Browse files

Update overview plot on parameter change

For #45
parent 4c8037af
No related branches found
No related tags found
No related merge requests found
...@@ -527,6 +527,7 @@ def create(): ...@@ -527,6 +527,7 @@ def create():
# also `old` and `new` are the same for non-scalars # also `old` and `new` are the same for non-scalars
for scan, export in zip(det_data, new["export"]): for scan, export in zip(det_data, new["export"]):
scan["export"] = export scan["export"] = export
_update_overview()
_update_preview() _update_preview()
scan_table_source = ColumnDataSource(dict(file=[], scan=[], param=[], fit=[], export=[])) scan_table_source = ColumnDataSource(dict(file=[], scan=[], param=[], fit=[], export=[]))
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment