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

remove use_uniformsolver parameter from GenericSolver #70

Merged
merged 2 commits into from
Feb 20, 2025

Conversation

IssaHanou
Copy link
Member

@IssaHanou IssaHanou commented Feb 13, 2025

Removes the FixedShapeItorator and having the TopDownIterator always use the UniformSolver. This parameter was not used elsewhere.
Together with HerbSearch.jl PR: Herb-AI/HerbSearch.jl#135
Closes Issue: Herb-AI/HerbSearch.jl#110

Copy link

codecov bot commented Feb 13, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 75.84%. Comparing base (b7ca7be) to head (18a37bb).
Report is 3 commits behind head on master.

Additional details and impacted files
@@            Coverage Diff             @@
##           master      #70      +/-   ##
==========================================
+ Coverage   75.62%   75.84%   +0.21%     
==========================================
  Files          31       31              
  Lines        1395     1395              
==========================================
+ Hits         1055     1058       +3     
+ Misses        340      337       -3     

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

@ReubenJ ReubenJ self-requested a review February 18, 2025 14:08
Copy link
Member

@ReubenJ ReubenJ left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good. Can you bump the version to v0.3.0? Removing this field is a breaking change for the solver.

@ReubenJ ReubenJ self-requested a review February 20, 2025 08:55
@ReubenJ ReubenJ merged commit 52d713c into master Feb 20, 2025
5 checks passed
@ReubenJ ReubenJ deleted the remove_fixed_shape_iterator branch February 20, 2025 09:05
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.

2 participants