Skip to content
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

Fix kendalltau + fix nothing for SegmentedWindowConfig #74

Merged
merged 2 commits into from
Feb 16, 2024
Merged

Conversation

JanJereczek
Copy link
Contributor

Two minor fixes:

  • kendalltau(x, y) requires x::Vector and y::Vector. This was previously not enforced in our code and is now the case by the use of collect()
  • Passing nothing as indicator was not handled in segmentedWindowConfig, which has been corrected.

@codecov-commenter
Copy link

Codecov Report

Attention: 6 lines in your changes are missing coverage. Please review.

Comparison is base (b1d3387) 36.42% compared to head (ed008ef) 44.84%.

Files Patch % Lines
src/analysis/segmented_window.jl 0.00% 5 Missing ⚠️
src/change_metrics/slope.jl 0.00% 1 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main      #74      +/-   ##
==========================================
+ Coverage   36.42%   44.84%   +8.42%     
==========================================
  Files          18       17       -1     
  Lines         442      359      -83     
==========================================
  Hits          161      161              
+ Misses        281      198      -83     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@Datseris Datseris merged commit a3fb939 into main Feb 16, 2024
2 checks passed
@Datseris Datseris deleted the fix-minors branch February 16, 2024 17:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants