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 tests #372

Merged
merged 1 commit into from
Apr 5, 2024
Merged

fix tests #372

merged 1 commit into from
Apr 5, 2024

Conversation

joamatab
Copy link
Contributor

@joamatab joamatab commented Apr 5, 2024

override is only available on python3.12

this PR keeps python 3.10 and 3.11 compatibility

@joamatab joamatab requested a review from nikosavola April 5, 2024 00:14
Copy link

github-actions bot commented Apr 5, 2024

Label error. Requires at least 1 of: breaking, bug, github_actions, documentation, dependencies, enhancement, feature, maintenance, security. Found:

Copy link
Contributor

@sourcery-ai sourcery-ai bot left a comment

Choose a reason for hiding this comment

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

Hey @joamatab - I've reviewed your changes and they look great!

Here's what I looked at during the review
  • 🟡 General issues: 1 issue found
  • 🟢 Security: all looks good
  • 🟢 Testing: all looks good
  • 🟢 Complexity: all looks good
  • 🟢 Docstrings: all looks good

Sourcery is free for open source - if you like our reviews please consider sharing them ✨
Help me be more useful! Please click 👍 or 👎 on each comment to tell me if it was helpful.

@@ -41,12 +41,10 @@ class CalibreSpiceReader(NetlistSpiceReaderDelegateWithStrings):
calibre_location_pattern: str = r"\$X=(-?\d+) \$Y=(-?\d+)"
integer_to_string_map: MutableMapping[int, str] = {}

@override
Copy link
Contributor

Choose a reason for hiding this comment

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

question (code_clarification): Removal of @OverRide decorator needs justification.

The removal of the @OverRide decorator suggests a change in the inheritance structure or method overriding behavior. Please ensure this change is intentional and documented if necessary.

@joamatab
Copy link
Contributor Author

joamatab commented Apr 5, 2024

still getting some issue with meow and sax

image

@flaport

@nikosavola
Copy link
Member

Did not notice @override is such a new thing, can be removed as it doesn't affect functionality.

@joamatab joamatab merged commit 97fa9d9 into main Apr 5, 2024
8 of 13 checks passed
@joamatab joamatab deleted the fix_tests branch April 5, 2024 23:31
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