From abdeaa2ebcf49bc5b4d080bff1c84d3c7cce6548 Mon Sep 17 00:00:00 2001 From: Franck Albinet Date: Thu, 3 Oct 2024 10:12:14 +0200 Subject: [PATCH] Fix wrong dosctring --- marisco/handlers/helcom.py | 2 +- nbs/handlers/helcom.ipynb | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/marisco/handlers/helcom.py b/marisco/handlers/helcom.py index 4c94f9c..bb8aabe 100644 --- a/marisco/handlers/helcom.py +++ b/marisco/handlers/helcom.py @@ -139,10 +139,10 @@ def load_and_merge(file_prefix: str) -> pd.DataFrame: # %% ../../nbs/handlers/helcom.ipynb 41 class RemapNuclideNameCB(Callback): + "Remap data provider nuclide names to MARIS nuclide names." def __init__(self, fn_lut: Callable # Function that returns the lookup table dictionary ): - "Remap data provider nuclide names to MARIS nuclide names." fc.store_attr() def __call__(self, tfm: Transformer): diff --git a/nbs/handlers/helcom.ipynb b/nbs/handlers/helcom.ipynb index d9b0aaf..cba80ac 100644 --- a/nbs/handlers/helcom.ipynb +++ b/nbs/handlers/helcom.ipynb @@ -956,10 +956,10 @@ "source": [ "#| exports\n", "class RemapNuclideNameCB(Callback):\n", + " \"Remap data provider nuclide names to MARIS nuclide names.\"\n", " def __init__(self, \n", " fn_lut: Callable # Function that returns the lookup table dictionary\n", " ):\n", - " \"Remap data provider nuclide names to MARIS nuclide names.\"\n", " fc.store_attr()\n", "\n", " def __call__(self, tfm: Transformer):\n",