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 1867898 commit f8c5528Copy full SHA for f8c5528
docs/heuristics.rst
@@ -133,9 +133,9 @@ The parameters that can be specified and the allowed options are defined in ``bi
133
Example::
134
135
POPULATE_INTENDED_FOR_OPTS = {
136
- 'matching_parameter': 'ImagingVolume',
+ 'matching_parameters': ['ImagingVolume', 'Shims'],
137
'criterion': 'Closest'
138
}
139
140
If ``POPULATE_INTENDED_FOR_OPTS`` is not present in the heuristic file, ``IntendedFor``
141
-will not be populated automatically.
+will not be populated automatically.
0 commit comments