From c229b332f17f255943c3cc32608001b37db8f2f0 Mon Sep 17 00:00:00 2001 From: unalmis Date: Thu, 19 Dec 2024 03:12:12 -0500 Subject: [PATCH] Update docstring --- desc/objectives/_fast_ion.py | 2 +- desc/objectives/_neoclassical.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/desc/objectives/_fast_ion.py b/desc/objectives/_fast_ion.py index 32d46f75f..14afbd165 100644 --- a/desc/objectives/_fast_ion.py +++ b/desc/objectives/_fast_ion.py @@ -1,4 +1,4 @@ -"""Objectives for targeting neoclassical transport.""" +"""Objectives for fast ion confinement.""" import numpy as np from orthax.legendre import leggauss diff --git a/desc/objectives/_neoclassical.py b/desc/objectives/_neoclassical.py index d6ad08082..c74129624 100644 --- a/desc/objectives/_neoclassical.py +++ b/desc/objectives/_neoclassical.py @@ -1,4 +1,4 @@ -"""Objectives for targeting neoclassical transport.""" +"""Objectives for neoclassical transport.""" import numpy as np from orthax.legendre import leggauss