You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I can think of two levels of unit tests for this module:
Successful run tests: Call different plotting functions with different options, and make sure that the respective functions don't crash. These tests would bring some protection against future incompatibilities, particularly with matplotlib.
Result correctness tests: Call different plotting functions with different options, and make sure that the resulting plots are correct.
Ideally we would implement result correctness tests. However, we haven't figured out how to best do this yet.
The text was updated successfully, but these errors were encountered:
I can think of two levels of unit tests for this module:
matplotlib
.Ideally we would implement result correctness tests. However, we haven't figured out how to best do this yet.
The text was updated successfully, but these errors were encountered: