From db07d17a62dc406b4dcb7fdaa1c8c9db34a3f8f8 Mon Sep 17 00:00:00 2001 From: biondizzle Date: Mon, 1 Jun 2026 06:50:41 +0000 Subject: [PATCH] fix: set activation global scale in fused router test --- tests/unit/test_fused_router.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/unit/test_fused_router.py b/tests/unit/test_fused_router.py index 4fc3bd5f..5b5906a7 100644 --- a/tests/unit/test_fused_router.py +++ b/tests/unit/test_fused_router.py @@ -43,7 +43,7 @@ def test_fused_router(): gate_lin.gsb = None gate_lin.gs = [1.0] # default global scale gate_lin.ws2 = [ws2_val] - gate_lin._activation_global_scale = None # set at runtime + gate_lin._activation_global_scale = 1.0 # default gate_lin.finalize_weights() # e_bias