auditok icon indicating copy to clipboard operation
auditok copied to clipboard

Plotting tests failed

Open NicolaSmaniotto opened this issue 4 years ago • 1 comments

Version: 0.2.0 Command: python -m unittest discover -v tests/. Output: tests.log All tests pass with the exception of those in test_plotting.py

NicolaSmaniotto avatar Jul 27 '21 19:07 NicolaSmaniotto

Hello, This is due to matplotlib version mismatch, test images were generated with matplotlib 3.2.1 and plotting tests will only pass with this or older versions (also check travis config).

amsehili avatar Jul 30 '21 21:07 amsehili