Fix copyright after cross-year merge#522
Merged
manoelmarques merged 2 commits intoJan 27, 2022
Merged
Conversation
manoelmarques
previously approved these changes
Jan 27, 2022
Partially reverts a8a5d9b. The reasson for disabling again is that this will cause different warnings across different python-versions. While this does not fail the CI (which is why it first went unnoticed) it litters its output with warnings unnecessarily.
manoelmarques
approved these changes
Jan 27, 2022
manoelmarques
pushed a commit
to manoelmarques/qiskit-nature
that referenced
this pull request
Jan 27, 2022
* Fix copyright after cross-year merge * pylint: disable useless-suppression again Partially reverts a8a5d9b. The reasson for disabling again is that this will cause different warnings across different python-versions. While this does not fail the CI (which is why it first went unnoticed) it litters its output with warnings unnecessarily.
manoelmarques
added a commit
that referenced
this pull request
Jan 27, 2022
…opyright after cross-year merge (#523) * Typechecking edge weights of input graphs to ``Lattice`` (#471) * edge typecheck in lattice input Co-authored-by: Matthew Treinish <mtreinish@kortar.org> * spell & rm unwanted change * alphabetical order in pylintdict Co-authored-by: Matthew Treinish <mtreinish@kortar.org> Co-authored-by: Manoel Marques <Manoel.Marques@ibm.com> Co-authored-by: Max Rossmannek <oss@zurich.ibm.com> Co-authored-by: dlasecki <dal@zurich.ibm.com> Co-authored-by: Panagiotis Barkoutsos <bpa@zurich.ibm.com> * Fix copyright after cross-year merge (#522) * Fix copyright after cross-year merge * pylint: disable useless-suppression again Partially reverts a8a5d9b. The reasson for disabling again is that this will cause different warnings across different python-versions. While this does not fail the CI (which is why it first went unnoticed) it litters its output with warnings unnecessarily. Co-authored-by: Julien Gacon <gaconju@gmail.com> Co-authored-by: Matthew Treinish <mtreinish@kortar.org> Co-authored-by: Max Rossmannek <oss@zurich.ibm.com> Co-authored-by: dlasecki <dal@zurich.ibm.com> Co-authored-by: Panagiotis Barkoutsos <bpa@zurich.ibm.com>
Anthony-Gandon
pushed a commit
to Anthony-Gandon/qiskit-nature
that referenced
this pull request
May 25, 2023
* Fix copyright after cross-year merge * pylint: disable useless-suppression again Partially reverts a8a5d9b. The reasson for disabling again is that this will cause different warnings across different python-versions. While this does not fail the CI (which is why it first went unnoticed) it litters its output with warnings unnecessarily.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
A follow-up after merging #471
Details and comments