James Marshall
James Marshall
I'm happy with that - stick it on the second release milestone for now I think...
I think this could be a sensible suggestion since it could also solve another problem, of how to publish new notebooks which are linked from readthedocs, without needing to tag...
OK, this is getting overcomplicated IMO - maybe we should revert to keeping the notebooks as is... but if those to be run as tests need to be explicitly included,...
I think this is `setVerbose()`? Add this to test notebooks if it's not there already?
OK - maybe run it last? It's good to test the user manual of course, but most of the functionality should have been tested if the other notebooks complete...
So as of https://github.com/DiODeProject/MuMoT/milestone/3 I think this should be left as is...
This issue is specific to nested multicontrollers - unfortunately following the solution proposed by the warning breaks multicontroller nesting, and puts all component plots at the same level. For now...
Please could you provide a code snippet to illustrate - presumably this refers to partial controllers but, for example, is the problem manifest when using `params`, `initWidgets`, both?
Actually I think readthedocs still needs updating - then this issue can be moved back to the second release milestone...
(quoted from #318) > I changed my old print("Warning message") with > raise exceptions.MuMoTWarning("Warning message") (as indicated in #352), however this stops the program. Instead, the desired behaviour is to...