Update kernelshap_tabular_land_atmosphere.ipynb: increase timeout#871
Update kernelshap_tabular_land_atmosphere.ipynb: increase timeout#871
Conversation
|
Check out this pull request on See visual diffs & provide feedback on Jupyter Notebooks. Powered by ReviewNB |
|
After increasing the time limit from 300s to 1800s, the same cell still times out. The cell contains the call to dianna in the land_atmosphere notebook. The notebook was running fine before (with 300s limit). We should investigate more. |
There are two cells in the notebook that take a few minutes to run due to large data. These cells are not suitable for execution with GitHub Action runners. Currently, the github workflow takes about 30 minutes, which is too long to be practical as a check for pull requests. The notebook workflow only runs |
|
@cwmeijer running notebook |
because timeout occurred for a cell which caused the notebook test to fail