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 run_evaluation bug #11

Merged
merged 4 commits into from
Sep 11, 2024
Merged

Fix run_evaluation bug #11

merged 4 commits into from
Sep 11, 2024

Conversation

liamdugan
Copy link
Owner

Addressing Issue #10.

Bug caused by run_detection making changes in place to dataframes passed to the function.

Fixed by including a df.copy() operation in run_detection and for good measure checking for existence of 'score' column when passing in to run_evaluation.

@liamdugan liamdugan merged commit 6625fc6 into main Sep 11, 2024
4 checks passed
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.

1 participant