LSSTDESC / Twinkles

10 years. 6 filters. 1 tiny patch of sky. Thousands of time-variable cosmological distance probes.
MIT License
13 stars 12 forks source link

nbval to keep jupyter notebooks uptodate #433

Open rbiswas4 opened 7 years ago

rbiswas4 commented 7 years ago

Something I came across last week that may be useful. We are keeping a number of example jupyter notebooks which run the risk of getting out of date, since there are no tests. nbval can be used with py.test to ensure that the notebooks are not broken in ways similar to other code.