DiODeProject / MuMoT

Multiscale Modelling Tool - mathematical modelling without the maths
https://mumot.readthedocs.io/
GNU General Public License v3.0
22 stars 5 forks source link

Intermittently hitting cell execution timeout of 120 seconds #407

Open willfurnass opened 4 years ago

willfurnass commented 4 years ago

In this GitHub Actions job:

TestNotebooks/MiscTests/MuMoTtest_NoiseFixedPoints::ipynb::Cell 52 FAILED [ 79%]

=================================== FAILURES ===================================
______ TestNotebooks/MiscTests/MuMoTtest_NoiseFixedPoints.ipynb::Cell 52 _______
Notebook cell execution failed
Cell 52: Timeout of 120 seconds exceeded executing cell

Input:
Ncorr5 = model5.noiseCorrelations(maxTime=50, legend_loc='upper right', legend_fontsize=12)

Traceback:

KeyboardInterrupt
willfurnass commented 4 years ago

The exact same thing happened in this GHA job - is that particular cell in that notebook problematic?

willfurnass commented 4 years ago

@joefresna has also reproduced this locally.