Closed kallewesterling closed 9 months ago
Check out this pull request on
See visual diffs & provide feedback on Jupyter Notebooks.
Powered by ReviewNB
Click to see where and how coverage changed
File Statements Missing Coverage Coverage
(new stmts)Lines missing
autoemulate
logging_config.py
Project Total
This report was generated by python-coverage-comment-action
All modified and coverable lines are covered by tests :white_check_mark:
Comparison is base (
dc7a180
) 91.72% compared to head (30c915a
) 91.72%.
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
@kallewesterling could you give a bit of detail here? When do you see a red background on notebook outputs? Is ch = logging.StreamHandler(sys.stdout)
the fix?
Yes, sorry! So when the example notebook below (in the image) would render the outputs, they would look like warnings, but a quick googling showed that this solves it. It's a quirk with JupyterBook I think.
@mastoffel would you be able to approve this before our demo meeting, you think?
@kallewesterling yes of course, sorry! Happy to merge.
Fixes #151