-
-
Notifications
You must be signed in to change notification settings - Fork 199
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
setup a CRON job for testing examples #944
Conversation
|
The tests are timing out because of matplotlib and it is trying to build a font cache (erratic behaviour)
Yeah that's the idea, this PR is just a test for it. |
Codecov Report
@@ Coverage Diff @@
## master #944 +/- ##
=======================================
Coverage 71.85% 71.85%
=======================================
Files 62 62
Lines 9205 9205
=======================================
Hits 6614 6614
Misses 2591 2591 Continue to review full report at Codecov.
|
1708afc
to
bf413ea
Compare
I've been trying to get this running all weekend, and now see this doesn't even test the notebook examples, but the python files cut from the ConsumptionSaving code like a year ago? Why are we maintaining them? in any case, this is not ready for the 1.0 release. I'm removing the milestone. |
the python files are supposed to be |
they do not seem to be jupytext synced to the notebooks. |
I wonder whether it might make more sense to just maintain the .py
files, and purge the .ipynb files. If we move to exclusive use of
JupyterLab, it can open .py files as notebooks. You can edit them as
notebooks (sadly, without some of the nice jupyter notebook extensions --
like codefolding ...) but when you quit they are saved as both .py and
.ipynb files. So we could basically treat the .ipynb files as ephemera --
the .py files are the "single source of truth."
…On Sun, Feb 28, 2021 at 6:16 PM Sebastian Benthall ***@***.***> wrote:
I've been trying to get this running all weekend, and now see this doesn't
even test the notebook examples, but the python files cut from the
ConsumptionSaving code like a year ago? Why are we maintaining them?
in any case, this is not ready for the 1.0 release. I'm removing the
milestone.
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#944 (comment)>, or
unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAKCK73Q3DMN33C74KAUI7LTBLFFZANCNFSM4XJFN25A>
.
--
- Chris Carroll
|
OK, I did what I described above and locally deleted all the .ipynb notebooks. I found a few minor problems and have now managed to fix most of them. There are only a couple remaining, and those might be fixed if I do the opposite (load from the ipynb file disregarding the .py). Bottom line is I think all DemARKs can be working by end of day. |
Fix portfolio LC example
btw everything passes if we just use |
@sbenthall the CRON job is setup and it passes now. Let me know if you are okay with the changes to the example notebooks and you can merge it then. |
fixes #943