-
Notifications
You must be signed in to change notification settings - Fork 6
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
Naming and rewrite the very old ones #38
Conversation
…s not called somehow
Codecov Report
Additional details and impacted files@@ Coverage Diff @@
## main #38 +/- ##
=======================================
Coverage ? 93.15%
=======================================
Files ? 11
Lines ? 2587
Branches ? 705
=======================================
Hits ? 2410
Misses ? 75
Partials ? 102 ☔ View full report in Codecov by Sentry. |
Nice! |
All |
Used an attributeable_dictionary object to refactor many grid operations. Also added a place to include documentation for what I mean by rel coordinate. |
A couple of thoughts:
|
For 1, I do need the |
I am happy with the style of the convention. consider issue #34 resolved. |
Looks good! |
A couple of minor things I noticed:
class SeaDuckError(Exception):
...
pass |
I think I did get rid of the Exceptions, except for one of them in a compiled function. |
No description provided.