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

fix: typing compatibility with rustworkx 0.13.0 (backport #1202) #1203

Merged
merged 2 commits into from
Jun 8, 2023

Conversation

mergify[bot]
Copy link
Contributor

@mergify mergify bot commented Jun 8, 2023

This is an automatic backport of pull request #1202 done by Mergify.


Mergify commands and options

More conditions and actions can be found in the documentation.

You can also trigger Mergify actions by commenting on this pull request:

  • @Mergifyio refresh will re-evaluate the rules
  • @Mergifyio rebase will rebase this PR on its base branch
  • @Mergifyio update will merge the base branch into this PR
  • @Mergifyio backport <destination> will backport this PR on <destination> branch

Additionally, on Mergify dashboard you can:

  • look at your merge queues
  • generate the Mergify configuration with the config editor.

Finally, you can contact us on https://mergify.com

* fix: typing compatibility with rustworkx 0.13.0

* fix: update copyright

* hotfix: avoid mypy warning about unused ignores

This change should be reverted once rustworkx 0.13.1 has fixed this
typing incompatibility.

(cherry picked from commit 08df681)
mrossinek
mrossinek previously approved these changes Jun 8, 2023
@mrossinek
Copy link
Member

I don't know why mypy passes on main but not in this backport PR...

@mrossinek
Copy link
Member

I don't know why mypy passes on main but not in this backport PR...

Thanks to @woodsp-ibm we realized that the failures originate from the original code locations which had already been removed from main. I just backported the necessary changes to those locations, too 👍

@coveralls
Copy link

Pull Request Test Coverage Report for Build 5213074628

  • 11 of 11 (100.0%) changed or added relevant lines in 7 files are covered.
  • 4 unchanged lines in 2 files lost coverage.
  • Overall coverage decreased (-0.02%) to 85.871%

Files with Coverage Reduction New Missed Lines %
qiskit_nature/drivers/second_quantization/psi4d/psi4driver.py 2 84.43%
qiskit_nature/second_q/drivers/psi4d/psi4driver.py 2 83.05%
Totals Coverage Status
Change from base Build 5180895593: -0.02%
Covered Lines: 18585
Relevant Lines: 21643

💛 - Coveralls

@mergify mergify bot merged commit 85400df into stable/0.6 Jun 8, 2023
@mergify mergify bot deleted the mergify/bp/stable/0.6/pr-1202 branch June 8, 2023 16:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants