From 1588643d3ef5230f04c8759f4720808dc0be678c Mon Sep 17 00:00:00 2001 From: Richard Evans Date: Thu, 26 Sep 2024 10:38:28 -0600 Subject: [PATCH] Fixed typo in test_TPI.py --- tests/test_TPI.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/test_TPI.py b/tests/test_TPI.py index cb234b541..d4d035942 100644 --- a/tests/test_TPI.py +++ b/tests/test_TPI.py @@ -1,7 +1,7 @@ """ This module contains tests of the TPI.py module of the OG-Core model. This module contains the following tests: - - test_get_initial_SS_values(), 3 parameterizaations + - test_get_initial_SS_values(), 3 parameterizations - test_firstdoughnutring(), 1 parameterization - test_twist_doughnut(), 2 parameterizations - test_inner_loop(), 1 parameterization