Ralith / sieve-tree

6 stars 1 forks source link

Use correct child coordinates for `validate` #10

Closed grovesNL closed 4 days ago

grovesNL commented 5 days ago

Fixes #9

We seemed to be accounting for child coordinates twice, so this PR removes one of those.

grovesNL commented 4 days ago

After working with this some more, I don't think this is correct. There's something else going on here so I'm going to keep working on this.