C-Accel-CRIPT / sdk-archive

CRIPT Python SDK
MIT License
11 stars 0 forks source link

Always save full nodes #66

Open InnocentBug opened 2 years ago

InnocentBug commented 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.