Skip to content

Commit

Permalink
A*PA figs: cleanup prepruning
Browse files Browse the repository at this point in the history
  • Loading branch information
RagnarGrootKoerkamp committed Mar 25, 2024
1 parent 93b83b5 commit b43bc3b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pa-bin/examples/astarpa2-figures/prepruning.rs
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ use std::path::PathBuf;
use std::time::Duration;

fn main() {
let (ref a, ref b) = uniform_seeded(100, 0.30, 31415);
let (ref a, ref b) = uniform_seeded(60, 0.30, 31420);
let mut config = visualizer::Config::default();
config.draw = When::None;
config.save = When::None;
Expand Down

0 comments on commit b43bc3b

Please sign in to comment.