Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 806 Bytes

File metadata and controls

12 lines (9 loc) · 806 Bytes

bokeh-weather-plots

CI codecov

A place to play with Bokeh plots and look at some local weather data from the Radcliffe Observatory.

Code coverage can be checked locally prior to pushing to the repository using coverage, which can also generate an HTML to assess each line:

coverage run --source . -m pytest && coverage html

(use the Codecov badge to see live reports)