Skip to content

lisa.tests: Remove interactive=False for debug plots

Douglas Raillard requested to merge github/fork/douglas-raillard-arm/_pr487 into master

interactive value is now already False in non-interactive context, and True inside a Jupyter notebook. Having an interactive debug plot in notebooks is actually useful as it can be considered as part of the output of the test methods.

Merge request reports