Closed scarrazza closed 5 months ago
All modified and coverable lines are covered by tests :white_check_mark:
Project coverage is 99.82%. Comparing base (
a61f9f7
) to head (bbe925f
).
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
Related to the bug observed in https://github.com/qiboteam/qibo-client/issues/39. It looks like the qubit numbers are stored as numpy.int64 instead of python int, therefore serialization with json does not work from the qibo-client side. Could you please confirm this patch is acceptable?
Checklist: