-
Notifications
You must be signed in to change notification settings - Fork 49
Upgrade pomegranate
dependency to Python 3.13
#736
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
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #736 +/- ##
==========================================
+ Coverage 95.29% 95.43% +0.13%
==========================================
Files 112 112
Lines 4378 4379 +1
==========================================
+ Hits 4172 4179 +7
+ Misses 206 200 -6
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
# Run | ||
result = metric.compute(real_data, synthetic_data, metadata) | ||
|
||
# Assert | ||
assert np.isclose(result, 0.1111111044883728, atol=1e-5) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Those tests ensure the metric computation remains consistent while upgrading pomegranate.
CU-86b3vfzp4
Resolve #717