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

feat: allow setting solver backend early #759

Merged
merged 1 commit into from
Nov 21, 2023
Merged

Conversation

Midnighter
Copy link
Member

Setting the solver backend before creating a model saves time (the model doesn't have to be recreated), and has other advantages, too.

  • description of feature/fix
  • tests added/passed
  • add an entry to the next release

Setting the solver backend before creating a model saves time (the model
doesn't have to be recreated), and has other advantages, too.
Copy link

codecov bot commented Nov 21, 2023

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (6fc7a44) 74.86% compared to head (d0934d9) 74.94%.

Additional details and impacted files
@@             Coverage Diff             @@
##           develop     #759      +/-   ##
===========================================
+ Coverage    74.86%   74.94%   +0.08%     
===========================================
  Files           50       50              
  Lines         2956     2962       +6     
  Branches       669      669              
===========================================
+ Hits          2213     2220       +7     
+ Misses         649      648       -1     
  Partials        94       94              

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

@Midnighter Midnighter merged commit d5d9494 into develop Nov 21, 2023
9 checks passed
@Midnighter Midnighter deleted the feat-set-solver-early branch November 21, 2023 12:51
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