-
Notifications
You must be signed in to change notification settings - Fork 20
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
Remove graph dependency from src/constraints/consumer.jl #944
base: main
Are you sure you want to change the base?
Conversation
97fc644
to
6206bbf
Compare
Benchmark Results
Benchmark PlotsA plot of the benchmark results have been uploaded as an artifact to the workflow run for this PR. |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #944 +/- ##
==========================================
+ Coverage 95.91% 95.92% +0.01%
==========================================
Files 29 29
Lines 1027 1030 +3
==========================================
+ Hits 985 988 +3
Misses 42 42 ☔ View full report in Codecov by Sentry. |
6206bbf
to
0dc168c
Compare
@datejada, I've updated this to follow the new strategy. The code is still slow, though, so we might want to wait until all rep_periods_profiles are removed to see if it's possible to make it better. |
0dc168c
to
f6e89c8
Compare
f6e89c8
to
e9ff4c1
Compare
Part of #942
Closes #943