From e3da07f4cea82095a8dcfb414fbf34d014ed9f49 Mon Sep 17 00:00:00 2001 From: jhdark Date: Wed, 15 Jan 2025 10:48:24 -0500 Subject: [PATCH] correct typos in docs --- festim/exports/derived_quantities/total_surface.py | 2 +- festim/exports/derived_quantities/total_volume.py | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/festim/exports/derived_quantities/total_surface.py b/festim/exports/derived_quantities/total_surface.py index 45f2e4fe8..db8c1c784 100644 --- a/festim/exports/derived_quantities/total_surface.py +++ b/festim/exports/derived_quantities/total_surface.py @@ -148,7 +148,7 @@ class TotalSurfaceSpherical(TotalSurface): field (str, int): the field ("solute", 0, 1, "T", "retention") surface (int): the surface id azimuth_range (tuple, optional): Range of the azimuthal angle - (theta) needs to be between 0 and 2 pi. Defaults to (0, 2 * np.pi) + (phi) needs to be between 0 and 2 pi. Defaults to (0, 2 * np.pi) polar_range (tuple, optional): Range of the polar angle (theta) needs to be between 0 and pi. Defaults to (0, np.pi). diff --git a/festim/exports/derived_quantities/total_volume.py b/festim/exports/derived_quantities/total_volume.py index 2455fe20b..b197ca32d 100644 --- a/festim/exports/derived_quantities/total_volume.py +++ b/festim/exports/derived_quantities/total_volume.py @@ -146,9 +146,9 @@ class TotalVolumeSpherical(TotalVolume): field (str, int): the field ("solute", 0, 1, "T", "retention") volume (int): the volume id azimuth_range (tuple, optional): Range of the azimuthal angle - (theta) needs to be between 0 and 2 pi. Defaults to (0, 2 * np.pi) + (phi) needs to be between 0 and 2 pi. Defaults to (0, 2 * np.pi) polar_range (tuple, optional): Range of the polar angle - (theta) needs to be between - pi and pi. Defaults to (-np.pi, np.pi). + (theta) needs to be between 0 and pi. Defaults to (0, np.pi). Attributes: field (str, int): the field ("solute", 0, 1, "T", "retention")