You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The default value for ChildTree is set elsewhere instead of the set_default method. As a result, default values are not handled consistently in the rest of the code. The following two cases demonstrate the problem:
The following test case should fail because the tree would have two default values. Instead, the resultant tree has no default values:
The default value for ChildTree is set elsewhere instead of the set_default method. As a result, default values are not handled consistently in the rest of the code. The following two cases demonstrate the problem:
The proposed solution for these and the larger problem is at this branch: https://github.com/MogomotsiFM/dsp-decision-engine/tree/default-consistently
The text was updated successfully, but these errors were encountered: