Open jlsong01 opened 1 day ago
All modified and coverable lines are covered by tests :white_check_mark:
Project coverage is 81.11%. Comparing base (
ec94ab6
) to head (744c11b
).
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
What changes were proposed in this pull request?
a bugfix
Why are the changes needed?
the parameter of operator.infer() SHOULD be a list with one element [inference], while NOT the whole list of inferences, because inferences may include the inference which does not match the currrent operator.
Does this PR introduce any user-facing change?
No
How was this patch tested?
pre-commit test and unittest both passed