Closed senecameeks closed 5 months ago
All modified and coverable lines are covered by tests :white_check_mark:
Project coverage is 97.81%. Comparing base (
72f0542
) to head (0e35a4f
).:exclamation: Current head 0e35a4f differs from pull request most recent head ac50816
Please upload reports for the commit ac50816 to get more accurate results.
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
cirq.Points
accepts metadata but the current utility functions to convert parameters to sweeps do not expect metadata to be passed. This PR extends functionality ofcirq.to_sweeps
to accept ametadata
parameter and appends it to the Sweep point if present.