earthlab / matplotcheck

A python package for checking and testing matplotlib plots. We use this for autograding student assignments but there are many other potential use cases including package testing (for packages with plots)!
https://matplotcheck.readthedocs.io
BSD 3-Clause "New" or "Revised" License
18 stars 8 forks source link

Histogram Tests: Support Multiple Columns of Data #123

Closed lwasser closed 4 years ago

lwasser commented 5 years ago

For the histogram assert_num_bins method, currently it will fail (for the student) if there is more than 1 column of data as it counts the number of "bins".

potential future - let's discuss more how to implement the instructor helper.

We should add an option for bins to be the plot object itself???
lwasser commented 4 years ago

this is being addressed in #143

lwasser commented 4 years ago

this was implement via #143