Qiskit / rustworkx

A high performance Python graph library implemented in Rust.
https://www.rustworkx.org
Apache License 2.0
1.13k stars 154 forks source link

Add better Matplotlib tests #1316

Open IvanIsCoding opened 1 week ago

IvanIsCoding commented 1 week ago

What is the expected enhancement?

Motivated by #1308

Currently our tests only catch serious regressions like image generation failing. We don’t assert anything about the image themselves.

I have little idea about the state of testing Matplotlib, but I think we can improve the current setup