-
Notifications
You must be signed in to change notification settings - Fork 23
chore: remove all deprecated calls in pydpf-core #2551
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
Conversation
Codecov Report❌ Patch coverage is Additional details and impacted files@@ Coverage Diff @@
## main #2551 +/- ##
=======================================
Coverage 84.11% 84.11%
=======================================
Files 91 91
Lines 10706 10706
=======================================
Hits 9005 9005
Misses 1701 1701 |
Some tests with 'continue-on-error: true' have failed:
|
Solves #2491
Enable all warnings during testing
Then fix all calls to deprecated methods such as
Inputs.connect
andOutputs.connect
.