-
Notifications
You must be signed in to change notification settings - Fork 8
refactor: change get_objective_function into a static method and getter #174
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
|
do we know why tests are not running in CI? |
Out of credits, maybe? Otherwise I have no idea. |
|
It is saying: |
|
Ok, can we fix that on this pr? |
Yes, it's fixed now. It broke because the scripts were moved to |
|
These issues cropping up are making me realize the package is a bit "dirty", probably because it originated from an old fork. I can keep patching things but a better solution might be to re-cut the package with |
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## john-development #174 +/- ##
===================================================
Coverage ? 77.50%
===================================================
Files ? 3
Lines ? 40
Branches ? 0
===================================================
Hits ? 31
Misses ? 9
Partials ? 0
🚀 New features to boost your workflow:
|
|
It passed now. The |
|
I will merge this. But I agree, let's do a quick recut so we are sure everything is up to date. Let's also migrate to 3.12 - 3.14 while we are at it |
get_objective_function()now passes tocompute_objective_function()compute_objective_function()