update to the latest version of cellulite and steppe

This commit is contained in:
Tamo
2025-07-22 16:24:49 +02:00
parent c0905d6650
commit d19892d2ea
9 changed files with 13 additions and 135 deletions

View File

@ -842,8 +842,7 @@ impl<'a> Filter<'a> {
),
Vec::new(),
);
let cellulite = cellulite::Cellulite::new(index.cellulite);
let result = cellulite
let result = index.cellulite
.in_shape(rtxn, &polygon.into(), &mut |_| ())
.map_err(InternalError::CelluliteError)?;
// TODO: Remove once we update roaring