russellmcdonell / pyDMNrules

An implementation of DMN (Decision Model Notation) in Python
Other
38 stars 9 forks source link

Make tests return all decisions. #9

Closed budney closed 2 years ago

budney commented 2 years ago

When decide() returns an array of decisions in newData, this change preserves the entire array, rather than just the final element.

russellmcdonell commented 2 years ago

Thanks budney - much appriciated - merged