style(simulation): cargo fmt — gate bounce on T-1162 files

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
This commit is contained in:
2026-07-22 23:09:48 +02:00
co-authored by Claude Fable 5
parent d33256a8ba
commit a5b9c28e74
3 changed files with 57 additions and 11 deletions
+22 -4
View File
@@ -180,12 +180,30 @@ fn golden_samples() -> Vec<GoldenSample> {
let mut out = Vec::new();
for (label, wx, wy) in sweep_positions() {
out.push(derive_golden_sample(
label, "district", seed, body_id, &params, &ta, &climate, wx, wy,
DISTRICT_MIN_WL_M, false,
label,
"district",
seed,
body_id,
&params,
&ta,
&climate,
wx,
wy,
DISTRICT_MIN_WL_M,
false,
));
out.push(derive_golden_sample(
label, "quarter", seed, body_id, &params, &ta, &climate, wx, wy,
QUARTER_MIN_WL_M, false,
label,
"quarter",
seed,
body_id,
&params,
&ta,
&climate,
wx,
wy,
QUARTER_MIN_WL_M,
false,
));
out.push(derive_golden_sample(
label, "region", seed, body_id, &params, &ta, &climate, wx, wy, 0.0, true,