Description
In the current version, the evaluation result is a hierarchical list. When numpy.squeeze function is used to extract values from this complicated structured list, all missing values are all converted to zeros. In order to address this, evaluation.results should provide a list of numpy.ma arrays.