Closed akobre01 closed 3 years ago
labels : int or object with strings on leaves
labels
here expects either a single integer (for the whole template) or an object with strings on the leaves. This is because we allow for templates inlabels
as well, e.g. you could havelabels={'part1': 'not {ex}', 'part2': 'dummy'}
What could be confusing here is that the labels
argument in MFT
or other test types does accept a list of integers, strings, and etc. Sorry about that, it is confusing : |
The following code gives me an error:
Based on the documentation I expect labels to accept a list of ints.