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

Removing references to final score #259

Merged
merged 12 commits into from
Mar 8, 2024
Merged

Removing references to final score #259

merged 12 commits into from
Mar 8, 2024

Conversation

yolaj-nhs
Copy link
Contributor

@yolaj-nhs yolaj-nhs commented Feb 21, 2024

Remove all references to a final recommendation in the user stories. Removed references in both code and example outputs. All associated tests pass.

Copy link

codecov bot commented Feb 21, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (fa6c4d6) 99.37% compared to head (ea90032) 99.37%.

Additional details and impacted files
@@             Coverage Diff              @@
##           development     #259   +/-   ##
============================================
  Coverage        99.37%   99.37%           
============================================
  Files               41       41           
  Lines             5596     5598    +2     
============================================
+ Hits              5561     5563    +2     
  Misses              35       35           

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

@@ -28,7 +28,7 @@ def get_test_report():
json_formatted = {
"log_id": 1024,
"metadata": {"attack": "WorstCase"},
"model_params": {"min_samples_leaf": 10},
"model_params": {"min_samples_leaf": 2},
Copy link
Contributor

Choose a reason for hiding this comment

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

what's this change for?

Copy link
Contributor

@simonrnss simonrnss left a comment

Choose a reason for hiding this comment

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

Just one small query. When merged we need to make sure Jim knows.

@yolaj-nhs yolaj-nhs requested a review from jim-smith February 28, 2024 12:54
@jim-smith jim-smith merged commit b5f89b9 into development Mar 8, 2024
5 checks passed
@jim-smith jim-smith deleted the score_disclaimer branch March 8, 2024 10:02
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