Skip to content

Commit

Permalink
Fix wrong dosctring
Browse files Browse the repository at this point in the history
  • Loading branch information
franckalbinet committed Oct 3, 2024
1 parent ddc4afd commit abdeaa2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion marisco/handlers/helcom.py
Original file line number Diff line number Diff line change
Expand Up @@ -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):
Expand Down
2 changes: 1 addition & 1 deletion nbs/handlers/helcom.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit abdeaa2

Please sign in to comment.