astro-datalab / notebooks-latest

Default set of Data Lab notebooks, by DL team and contributed by users
BSD 3-Clause "New" or "Revised" License
60 stars 48 forks source link

testnotebooks.py code now traps two kernel exceptions: DeadKernelErro… #183

Closed rnikutta closed 1 year ago

rnikutta commented 1 year ago

…r (likely due to RAM exhaustion), and NoSuchKernel. The test suite continues with the next NB in both cases, rather than quiting.

rnikutta commented 1 year ago

Thank you @iglesu ! Added generic Exception trap. Please approve if you are satisfied.

rnikutta commented 1 year ago

Ouch, a typo! Thanks for catching it @iglesu . Fix committed, please review/approve.