serazing / xscale

Xscale a library of multi-dimensional signal processing tools using parallel computing
Apache License 2.0
25 stars 12 forks source link

How to test plot function with Travis CI ? #7

Open serazing opened 7 years ago

serazing commented 7 years ago

When testing plot functions on Travis CI (involving matplotlib functions), a core dump error is raised. The tests run normally on a local computer but fail on Travis CI.

How can we test use the continuous integration for plot functions ?

serazing commented 6 years ago

See the matplotlib decorator @image_comparison for image testing in Developer’s tips for testing .