T0 + T1 + T2: engine redesign through new API surface #1

Merged
logaritmisk merged 45 commits from t2-new-api-surface into main 2026-04-24 11:20:04 +00:00
Showing only changes of commit cdee7b2b99 - Show all commits

View File

@@ -25,7 +25,7 @@ impl ScratchArena {
#[cfg(test)]
mod tests {
use super::*;
use crate::{N_INF, gaussian::Gaussian};
use crate::N_INF;
#[test]
fn reset_keeps_capacity() {