fix(burst-location): correct normal data window

This commit is contained in:
2026-07-09 11:51:40 +08:00
parent 6a16ea44b2
commit d33619d0d5
3 changed files with 162 additions and 40 deletions
@@ -121,7 +121,7 @@ def run_burst_location(
basic_pressure: float = 10.0,
n_workers: int = DEFAULT_N_WORKERS,
partition_on_full_graph: bool = True,
visualize_partition: bool = True,
visualize_partition: bool = False,
visualize_pause_seconds: float = 0.3,
final_candidates_csv_path: (
str | None