Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

GPU test fixing for error mitigation #1187

Merged
merged 2 commits into from
Feb 3, 2024
Merged

Conversation

AlejandroSopena
Copy link
Contributor

@AlejandroSopena AlejandroSopena commented Feb 2, 2024

Fixes #1184. There was an issue when running the training circuits. I'm planning to update this part to use the CliffordBackend as soon as possible but for the moment, this fixes the tests.

Checklist:

  • Reviewers confirm new code works as expected.
  • Tests are passing.
  • Coverage does not decrease.
  • Documentation is updated.

@AlejandroSopena AlejandroSopena added the bug Something isn't working label Feb 2, 2024
@AlejandroSopena AlejandroSopena added this to the Qibo 0.2.5 milestone Feb 2, 2024
@AlejandroSopena AlejandroSopena self-assigned this Feb 2, 2024
Copy link

codecov bot commented Feb 2, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (465e88d) 100.00% compared to head (31b8531) 100.00%.

Additional details and impacted files
@@            Coverage Diff            @@
##            master     #1187   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files           69        69           
  Lines        10110     10112    +2     
=========================================
+ Hits         10110     10112    +2     
Flag Coverage Δ
unittests 100.00% <100.00%> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

Copy link
Contributor

@MatteoRobbiati MatteoRobbiati left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks.

@AlejandroSopena AlejandroSopena added this pull request to the merge queue Feb 3, 2024
Merged via the queue into master with commit c113117 Feb 3, 2024
21 checks passed
@renatomello renatomello deleted the error_mitigation branch February 7, 2024 08:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Error mitigation tests failing on GPU
3 participants