-
Notifications
You must be signed in to change notification settings - Fork 10
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
Improve integrator stability #416
Conversation
Codecov ReportPatch coverage:
Additional details and impacted files@@ Coverage Diff @@
## main #416 +/- ##
==========================================
+ Coverage 97.18% 97.29% +0.10%
==========================================
Files 29 29
Lines 6182 6208 +26
==========================================
+ Hits 6008 6040 +32
+ Misses 174 168 -6
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. ☔ View full report in Codecov by Sentry. |
aaaa681
to
05c0547
Compare
Not ignoring .python-version is a recommendation from <https://stackoverflow.com/a/54392358/4039050>.
This fixes a recently found stability issue.