Skip to content
Snippets Groups Projects
Commit e8dc71ef authored by Martin Schrön's avatar Martin Schrön
Browse files

Hotfix: import corrections unnecessary

parent fc611c6d
No related branches found
No related tags found
No related merge requests found
......@@ -3,15 +3,18 @@ CoRNy Conversion
================
Conversion functions neutrons <-> water
"""
# Note this file is not used/active yet
from numpy import nan, isscalar
from importlib import reload
from basics import list_to_str, slice_dict, ensure_numeric, check_required_args
# from basics import list_to_str, slice_dict, ensure_numeric, check_required_args
#reload(basics)
import corrections
import units as un
from grains.Desilets2010wrr import sm_to_N as sm_to_N_Desilets
from grains.Koehli2021fiw import sm_to_N as sm_to_N_Koehli
# import .corrections
# import .units as un
# from .grains.Desilets2010wrr import sm_to_N as sm_to_N_Desilets
# from .grains.Koehli2021fiw import sm_to_N as sm_to_N_Koehli
# %%
def clay_to_lw(clay, method='Greasen_etal_1985'):
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment