plenoptic-org / plenoptic

Visualize/test models for visual representation by synthesizing images.
https://plenoptic.readthedocs.io/en/latest/
MIT License
57 stars 9 forks source link

Fix failing urlchecker by using `nbstripout` #253

Closed billbrod closed 6 months ago

billbrod commented 6 months ago

there are several cells in the notebooks whose output includes links that urlchecker think are invalid (though when I check them manually, they look fine). Regardless, they're unimportant -- they're part of warning messages and similar, so we don't want to check them.

codecov[bot] commented 6 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Comparison is base (a0d1c01) 86.76% compared to head (77edd15) 86.76%. Report is 1 commits behind head on main.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #253 +/- ## ======================================= Coverage 86.76% 86.76% ======================================= Files 35 35 Lines 3325 3325 ======================================= Hits 2885 2885 Misses 440 440 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.