Closed maffoo closed 6 months ago
All modified and coverable lines are covered by tests :white_check_mark:
Project coverage is 97.79%. Comparing base (
e1b03ef
) to head (fb4a64a
). Report is 1 commits behind head on main.
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
An empty
cirq.Product()
sweep yields one empty param resolver, but was reporting a length of 0 when calling__len__
. This fixes the__len__
computation so it agrees with the actual length of the sweep when iterating.