Skip to content

Commit

Permalink
docstring edits
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewgiuliani committed Apr 4, 2024
1 parent 25d5d94 commit d19c001
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions tests/geo/test_surface_taylor.py
Original file line number Diff line number Diff line change
Expand Up @@ -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]:
Expand Down Expand Up @@ -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]:
Expand Down Expand Up @@ -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]:
Expand Down Expand Up @@ -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]:
Expand Down

0 comments on commit d19c001

Please sign in to comment.