Skip to content

Commit 51f4458

Browse files
authored
Merge pull request #245 from jbrodovsky/feature/sim-timeouts
Add execution timeouts for simulations
2 parents e72c677 + 3daa0ff commit 51f4458

5 files changed

Lines changed: 422 additions & 308 deletions

File tree

.gitignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,10 @@ examples/strapdown-sim/out
2020
*.blg
2121
*.bcf
2222
*.zip
23-
*.snm
2423
*.nav
24+
*.snm
2525
*.toc
26+
*.vrb
2627
*.run.xml
2728

2829
# pixi environments

book/RBPF.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -460,7 +460,7 @@ fn test_rbpf_closed_loop_on_real_data() {
460460
let stream = build_event_stream(&records, &cfg);
461461

462462
// Run closed-loop
463-
let results = run_closed_loop(&mut rbpf, stream, None)
463+
let results = run_closed_loop(&mut rbpf, stream, None, None)
464464
.expect("RBPF closed-loop should complete");
465465

466466
// Compute error metrics

0 commit comments

Comments
 (0)