Closed ulupo closed 4 years ago
@wreise @gtauzin one downside of having plot
methods which not only create figures but also show them is that locally running tests causes one tab per plot to be automatically opened by my browser. Have you encountered/resolved this?
The failures in the manylinux builds seem to be related to a problem with the boost website. I wouldn't worry too much about it yet, hopefully it will be up and running soon.
@gtauzin this is ready to merge and the new coverage percentage is between 93% and 94%. Due to issues at the boost website's end (Forbidden
errors when following the tar.gz
download link), we are delaying merging until the latter works as expected again.
Reference issues/PRs Addresses several remaining gaps in coverage (but still not the ones indicated in #182).
Types of changes
Description
PlotterMixins
or other classes containingplot
methods. These are just dummy tests implementing trivial calls tofit_transform_plot
orplot
..coveragerc
file so thatgtda.images
is included in coverage reports,gtda.utils._docs
andgtda.utils.intervals
are excluded, and all test directories are excluded.Filtering
.BettiCurve
andPersistenceLandscape
.Checklist
flake8
to check my Python changes.I have updated the documentation accordingly.pytest
to check this on Python tests.