style(simulation): cargo fmt — gate bounce on T-1162 files
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
This commit is contained in:
@@ -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, ¶ms, &ta, &climate, wx, wy,
|
||||
DISTRICT_MIN_WL_M, false,
|
||||
label,
|
||||
"district",
|
||||
seed,
|
||||
body_id,
|
||||
¶ms,
|
||||
&ta,
|
||||
&climate,
|
||||
wx,
|
||||
wy,
|
||||
DISTRICT_MIN_WL_M,
|
||||
false,
|
||||
));
|
||||
out.push(derive_golden_sample(
|
||||
label, "quarter", seed, body_id, ¶ms, &ta, &climate, wx, wy,
|
||||
QUARTER_MIN_WL_M, false,
|
||||
label,
|
||||
"quarter",
|
||||
seed,
|
||||
body_id,
|
||||
¶ms,
|
||||
&ta,
|
||||
&climate,
|
||||
wx,
|
||||
wy,
|
||||
QUARTER_MIN_WL_M,
|
||||
false,
|
||||
));
|
||||
out.push(derive_golden_sample(
|
||||
label, "region", seed, body_id, ¶ms, &ta, &climate, wx, wy, 0.0, true,
|
||||
|
||||
Reference in New Issue
Block a user