-
Notifications
You must be signed in to change notification settings - Fork 3
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
Added power variogram fit function #32
Conversation
Thank you @stepanoslejsek ! Can you please add a test to cover the new feature? |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #32 +/- ##
==========================================
+ Coverage 72.39% 73.66% +1.26%
==========================================
Files 36 36
Lines 913 957 +44
==========================================
+ Hits 661 705 +44
Misses 252 252 ☔ View full report in Codecov by Sentry. |
For sure! I'll add few tests. |
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.
Thank you! Left some suggestions to improve readability and adhere to our code style.
Oh, I'm sorry for that typo there, I'll edit these immediately. |
Thank you @stepanoslejsek for the contribution! I will wait the CI tests, merge and adjust a few more things internally before a patch release. |
Thank you @stepanoslejsek , really nice work 💯 |
Implementation of power variogram fit function as discussed at https://discourse.julialang.org/t/recommended-workflow-and-packages-for-computing-a-slope-along-a-tramway-track/119975/16 using weighted least squares.