elide-b / starbars

This Python tool helps visualizing statistical significance on existing Matplotlib plots by adding significance bars and p-value labels between chosen pairs of columns.
MIT License
5 stars 1 forks source link

Added a CI workflow that runs the examples #7

Closed Helveg closed 1 month ago

Helveg commented 1 month ago

Hi, I've added the basic structure to run unit tests during CI.

The only test that I've added tests that all the files in the example folder are runnable without errors, for several supported matplotlib and seaborn versions.

The CI run also revealed that starbars has the following minimum version requirements:

elide-b commented 1 month ago

thank you :)