-
Notifications
You must be signed in to change notification settings - Fork 12
GEOPY-2632: Simplify the BaseForm.infer method #829
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
base: develop
Are you sure you want to change the base?
Conversation
# Conflicts: # geoh5py/shared/utils.py
Codecov Report❌ Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## develop #829 +/- ##
========================================
Coverage 91.15% 91.16%
========================================
Files 113 113
Lines 9999 10017 +18
Branches 1883 1873 -10
========================================
+ Hits 9115 9132 +17
- Misses 468 473 +5
+ Partials 416 412 -4
🚀 New features to boost your workflow:
|
Co-authored-by: domfournier <dominiquef@mirageoscience.com>
…n check in favor of double return statements.
domfournier
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The logic is pretty complicated - I have flashbacks from InputFile.
Can you comment the lines for the different cases?
domfournier
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks great. Minor comments below
GEOPY-2632 - Simplify the BaseForm.infer method