Skip to content

lisa.tests.util_tracking: Fix debug plotting

Douglas Raillard requested to merge github/fork/douglas-raillard-arm/_pr348 into master
  • Avoid interactive plots as they leak memory
  • Remove ax=axis from axvline() call since it's redundant with the method call on the axis itself.

Merge request reports