From fefc06a622d72e2c78ca539e7075df1af0c3f1a4 Mon Sep 17 00:00:00 2001 From: Moritz Gunz Date: Tue, 2 Jul 2024 08:21:01 -0400 Subject: [PATCH] specify better name for test --- tests/test_fh.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/test_fh.py b/tests/test_fh.py index 45434263..224362de 100644 --- a/tests/test_fh.py +++ b/tests/test_fh.py @@ -16,7 +16,7 @@ def test_dim_calcs(): assert get_center_dim(n_ctx, 3, BoundaryClassV1.boundary) == 504 -def test_output_shape(): +def test_output_shape_and_norm(): n_ctx = 42 n_in = 32