Skip to content

Issue 248 #256

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

Merged
merged 12 commits into from
Jan 12, 2023
Merged

Issue 248 #256

merged 12 commits into from
Jan 12, 2023

Conversation

seabbs
Copy link
Contributor

@seabbs seabbs commented Jan 12, 2023

This PR closes #248 by depreciating metric in summarise_scores() in favour of relative_skill_metric(). In order to do this robustly I have added a new dependency on the lifecycle package.

I have added tests of this change as well as adding tests for the relative skill functionality of summarise_scores(). I have checked all uses of metric in the documentation to check they are up to date and updated as required.

@seabbs seabbs requested a review from nikosbosse January 12, 2023 11:45
@seabbs seabbs added documentation Improvements or additions to documentation enhancement New feature or request labels Jan 12, 2023
@seabbs seabbs changed the base branch from develop to master January 12, 2023 12:08
Copy link
Collaborator

@nikosbosse nikosbosse left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Really nice, thanks a lot!

@seabbs seabbs requested a review from nikosbosse January 12, 2023 12:19
@codecov
Copy link

codecov bot commented Jan 12, 2023

Codecov Report

Merging #256 (8f9470d) into master (f18caf7) will increase coverage by 0.02%.
The diff coverage is 100.00%.

@@            Coverage Diff             @@
##           master     #256      +/-   ##
==========================================
+ Coverage   91.33%   91.36%   +0.02%     
==========================================
  Files          21       21              
  Lines        1362     1366       +4     
==========================================
+ Hits         1244     1248       +4     
  Misses        118      118              
Impacted Files Coverage Δ
R/summarise_scores.R 89.61% <100.00%> (+0.56%) ⬆️

📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more

@seabbs
Copy link
Contributor Author

seabbs commented Jan 12, 2023

I changed to testing with some tolerance as a workaround.

@seabbs seabbs merged commit a0e4a5f into master Jan 12, 2023
@seabbs seabbs deleted the seabbs/issue248 branch January 12, 2023 14:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Filtering the metrics in summarise_scores not working
2 participants