econ-ark / DemARK

Demonstrations of how to use material in the Econ-ARK
https://econ-ark.github.io/DemARK/
Apache License 2.0
32 stars 93 forks source link

Build error #195

Closed alanlujan91 closed 10 months ago

alanlujan91 commented 1 year ago

Every few days there's a build error for windows py=3.10, which usually resolves itself after re-running the job.

image
MridulS commented 1 year ago

Hmm, looks like these errors are coming from:

ERROR notebooks/IncExpectationExample.ipynb::Cell 0 - RuntimeError: Kernel didn't respond in 60 seconds
ERROR notebooks/IncExpectationExample.ipynb::Cell 1 - RuntimeError: Kernel didn't respond in 60 seconds
ERROR notebooks/IncExpectationExample.ipynb::Cell 2 - RuntimeError: Kernel didn't respond in 60 seconds
ERROR notebooks/IncExpectationExample.ipynb::Cell 3 - RuntimeError: Kernel didn't respond in 60 seconds
ERROR notebooks/IncExpectationExample.ipynb::Cell 4 - RuntimeError: Kernel didn't respond in 60 seconds

my first knee-jerk reaction would be that the windows VM we get from github actions is just not powerful enough sometimes to run the notebook and that's why there is timeout maybe. But this may require some digging into.