From 007611fb4f0cf77704c9ac1a59fa07bd5f99ae89 Mon Sep 17 00:00:00 2001 From: Bel LaPointe <153096461+breel-render@users.noreply.github.com> Date: Sun, 14 Apr 2024 09:26:41 -0600 Subject: [PATCH] fix ai test and it runs in just 4s on laptop so it is feasible --- ai_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ai_test.go b/ai_test.go index b7dde8f..995d4a1 100644 --- a/ai_test.go +++ b/ai_test.go @@ -86,7 +86,7 @@ func testAI(t *testing.T, ai AI) { t.Run("simulation", func(t *testing.T) { d := NewRAM() - FillWithTestdata(ctx, d) + FillWithTestdata(ctx, d, renderAssetPattern, renderDatacenterPattern) s := NewStorage(d) threads, err := s.Threads(ctx)