This repository was archived by the owner on Sep 3, 2022. It is now read-only.
This repository was archived by the owner on Sep 3, 2022. It is now read-only.
RuntimeError: maximum recursion depth exceeded #1251
Description
Hi,
After updating the Datalab to the newest version, I got this Runtime Error.
RuntimeError: maximum recursion depth exceeded
Apparently, this is related to the depth of recursive calls.
For the same notebook, I didn't get the Runtime Error before, but only for the new Datalab. Is there any change related to this issue?
Thank you.
Or should I just use
import sys sys.setrecursionlimit(10000)
to increase the recursion limit?