From d19c0016d0bd246c27ce0d85cb69e29bc1031c3e Mon Sep 17 00:00:00 2001 From: Andrew Giuliani Date: Thu, 4 Apr 2024 13:19:32 -0400 Subject: [PATCH] docstring edits --- tests/geo/test_surface_taylor.py | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/tests/geo/test_surface_taylor.py b/tests/geo/test_surface_taylor.py index 9c1093e62..2db2306db 100644 --- a/tests/geo/test_surface_taylor.py +++ b/tests/geo/test_surface_taylor.py @@ -415,7 +415,7 @@ def test_surface_volume_coefficient_derivative(self): def test_minor_radius_second_derivative(self): """ - Taylor test for the second derivative of the volume w.r.t. the dofs + Taylor test for the second derivative of the minor radius w.r.t. the dofs """ for surfacetype in self.surfacetypes: for stellsym in [True, False]: @@ -446,7 +446,7 @@ def d2f(dofs): def test_major_radius_second_derivative(self): """ - Taylor test for the second derivative of the volume w.r.t. the dofs + Taylor test for the second derivative of the major radius w.r.t. the dofs """ for surfacetype in self.surfacetypes: for stellsym in [True, False]: @@ -477,7 +477,7 @@ def d2f(dofs): def test_mean_area_second_derivative(self): """ - Taylor test for the second derivative of the volume w.r.t. the dofs + Taylor test for the second derivative of the mean cross sectional area w.r.t. the dofs """ for surfacetype in self.surfacetypes: for stellsym in [True, False]: @@ -508,7 +508,7 @@ def d2f(dofs): def test_AR_second_derivative(self): """ - Taylor test for the second derivative of the volume w.r.t. the dofs + Taylor test for the second derivative of the aspect ratio w.r.t. the dofs """ for surfacetype in self.surfacetypes: for stellsym in [True, False]: