Open ghost opened 4 years ago
Would you be able to post sample data for the example you're running? I'd like to reproduce locally to further debug
@selenonel, I have faced a similar issue but increasing the recursion limit solved the problem. Now, I'm wondering is that a good practice to do? I think @carlomazzaferro may have an answer to this.
I cannot run more than two levels in local machine using Jupyter notebook. hierarchy = {total, state_h} --> works hierarchy = {total, state_h, **store_h} ---> fails with below error
print(sys.getrecursionlimit()) 3000
RecursionError Traceback (most recent call last)