larray-project / larray

N-dimensional labelled arrays in Python
https://larray.readthedocs.io/
GNU General Public License v3.0
8 stars 6 forks source link

Add unit tests for plot methods #949

Open gdementen opened 3 years ago

gdementen commented 3 years ago

The goal would be just to check they do not crash and occasionally check the produced files to see they look good.

See: https://github.com/larray-project/larray/pull/925#discussion_r589339976_

gdementen commented 3 years ago

for examples of tests, see: https://github.com/larray-project/larray/issues/201#issuecomment-891974672 (but for tests, we should rather use synthetic data)