From 64b0ba1d4005fee22a01cee128ed17cd63966240 Mon Sep 17 00:00:00 2001 From: juanitorduz Date: Fri, 18 Aug 2023 22:12:46 +0200 Subject: [PATCH] reduce tune --- tests/mmm/test_plotting.py | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/mmm/test_plotting.py b/tests/mmm/test_plotting.py index dd1aef73..db154eeb 100644 --- a/tests/mmm/test_plotting.py +++ b/tests/mmm/test_plotting.py @@ -75,6 +75,7 @@ class ToyMMM(BaseDelayedSaturatedMMM, MaxAbsScaleTarget): mmm.fit( X=toy_X, y=toy_y, + tune=10, chains=2, draws=20, )