Extract crossTrackWeight helper, disable debug output in tests

This commit is contained in:
Ian Gulliver
2026-02-23 20:22:50 -08:00
parent 6879ab46c3
commit 640038e74f
2 changed files with 15 additions and 13 deletions

View File

@@ -2,7 +2,6 @@ package main
import (
"math/rand/v2"
"os"
"testing"
"time"
)
@@ -32,7 +31,7 @@ func TestBuildTimelineSeed11(t *testing.T) {
if err := show.Validate(); err != nil {
t.Fatalf("validate: %v", err)
}
_, err := BuildTimelineDebug(show, os.Stderr)
_, err := BuildTimeline(show)
if err != nil {
t.Fatalf("BuildTimeline failed: %v", err)
}