We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6b725dd commit 74866e8Copy full SHA for 74866e8
tests/test_resultinfo.py
@@ -138,7 +138,7 @@ def test_byitem_resultinfo(model):
138
139
140
def test_get_result_resultinfo_from_index(model):
141
- res = model.metadata.result_info[2]
+ res = model.metadata.result_info[3]
142
assert res.name == "acceleration"
143
assert res.n_components == 3
144
assert res.dimensionality == "vector"
0 commit comments