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

Simplify SweepSketch #2454

Merged
merged 3 commits into from
Aug 14, 2024
Merged

Simplify SweepSketch #2454

merged 3 commits into from
Aug 14, 2024

Conversation

hannobraun
Copy link
Owner

The more complicated things that SweepSketch did got in the way of #2118, so I decided to take the practical approach and simplify it for now. This puts additional requirements on the callers, as per the new documentation.

`SweepSketch` has two internal code paths. All models have so far been
using the more complicated one. This commit updates them to instead use
the more simple one, in preparation of removing the more complicated
one.
Remove the more complicated code path, only leaving the simple ones.
This puts more requirements on the caller, which I'm going to document
in a follow-up commit.
@hannobraun hannobraun merged commit 6126e95 into main Aug 14, 2024
3 checks passed
@hannobraun hannobraun deleted the sweep branch August 14, 2024 18:00
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