Open InnocentBug opened 2 years ago
Currently the nested depth of nodes for saving nodes is 1 by default.
This can lead to very confusing results, where users create nested nodes in python, but the deeper levels are omitted in CRIPT without a warning.
My proposal is to change the default save depth to -1 with the meaning to save everything. I am open to feedback and discussion here.
-1
Currently the nested depth of nodes for saving nodes is 1 by default.
This can lead to very confusing results, where users create nested nodes in python, but the deeper levels are omitted in CRIPT without a warning.
My proposal is to change the default save depth to
-1
with the meaning to save everything. I am open to feedback and discussion here.