This commit is contained in:
2025-02-22 18:36:59 -05:00
parent 2305a8065f
commit 6d9be3dbe6
6 changed files with 25 additions and 19 deletions

View File

@@ -7,7 +7,7 @@ use std::time::Duration;
fn extend_layers_test(depth: usize, expire: usize) {
let mut fut = FutureMoves::new(Piece::Black, depth, expire);
fut.create_root_raw(Board::new().starting_pos());
fut.set_root_from_board(Board::new().starting_pos());
fut.extend_layers();
}