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

rm modules that no longer exist #6348

Closed
wants to merge 1 commit into from

Conversation

senecameeks
Copy link
Collaborator

Part of the reason, the nightly borgcron job might not be successful is that this file produces errors due to importing modules that don't exist. e.g cirq-aqt

After removing these modules I was able to successfully run the script manually.

Copy link

codecov bot commented Nov 16, 2023

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (9a8298d) 97.84% compared to head (d3102f7) 97.84%.
Report is 1 commits behind head on master.

Additional details and impacted files
@@            Coverage Diff             @@
##           master    #6348      +/-   ##
==========================================
- Coverage   97.84%   97.84%   -0.01%     
==========================================
  Files        1110     1110              
  Lines       96656    96656              
==========================================
- Hits        94572    94571       -1     
- Misses       2084     2085       +1     

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

Comment on lines -37 to -42
import cirq_aqt
import cirq_google
import cirq_ionq
import cirq_pasqal
import cirq_rigetti
import cirq_web
Copy link
Collaborator

Choose a reason for hiding this comment

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

All of these import fine in my dev environment and also in a fresh virtual environment after pip install cirq.

Am I missing something?

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

This is outdated and no longer applicable. I was able to find a way around the tensorflow nightly automation tool failing in #6360. Closing this PR

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants