-
Notifications
You must be signed in to change notification settings - Fork 270
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
Implement hillas features usen eigh #748
Conversation
I like it - it definitely is more readable. |
Do you know why the length is a bit different? Rounding error? If so, you could just increase the threshold in the test. It's a bit strange, since length is such a low-order moment that it shouldn't be a problem |
Yes, i think it is the question of sample variance vs. variance. So the question of |
Yes, with |
Codecov Report
@@ Coverage Diff @@
## master #748 +/- ##
==========================================
- Coverage 70.72% 70.61% -0.12%
==========================================
Files 198 198
Lines 10669 10688 +19
==========================================
+ Hits 7546 7547 +1
- Misses 3123 3141 +18
Continue to review full report at Codecov.
|
The values for length slightly disagree (2 %)
I think this version is much more readable then the 1-4 versions