amsehili / auditok

An audio/acoustic activity detection and audio segmentation tool
MIT License
732 stars 94 forks source link

Plotting tests failed #40

Closed NicolaSmaniotto closed 1 year ago

NicolaSmaniotto commented 3 years ago

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

amsehili commented 3 years ago

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).