py3 (and other) fixes for pymeacquire web ui#799
Conversation
|
Note these changes are not strictly backwards compatible, but as the webui is strictly alpha, that probably doesn't matter. |
Codecov Report
@@ Coverage Diff @@
## master #799 +/- ##
==========================================
- Coverage 11.29% 11.28% -0.01%
==========================================
Files 626 626
Lines 72083 72180 +97
==========================================
+ Hits 8142 8147 +5
- Misses 63941 64033 +92
Continue to review full report at Codecov.
|
…py into webui_py3
…py into webui_py3
|
@barentine - this is ready to merge, and should address #902 as well. The one caveat is that it will likely require a change to recipes which queue acquisitions (due to the new parameterisation of Main change is that |
|
Cool, thanks for pushing on this @David-Baddeley and for flagging me to change my recipes. I'd say go ahead and merge - I'll keep you posted if I run into anything. I notice you dropped the subdirectory and extra_metadata docstrings. Not sure if this was intentional - I know you aren't a big fan of either of them, but I think it's generally more helpful if you write that you don't like it but leave the doc, otherwise we just end up with more undocumented functionality to break or duplicate later |
|
The doc changes were not intentional - likely a result of having initially not included them in the unified |
Bring PYMEAcquire webui up to date with Py3 and more recent jupyter, various other fixes/improvements to webui.