Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
cornish_pasdy
Manage
Activity
Members
Labels
Plan
Issues
18
Issue boards
Milestones
Wiki
Code
Merge requests
3
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
CRNS
cornish_pasdy
Commits
e8dc71ef
Commit
e8dc71ef
authored
1 year ago
by
Martin Schrön
Browse files
Options
Downloads
Patches
Plain Diff
Hotfix: import corrections unnecessary
parent
fc611c6d
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
corny/conversion.py
+8
-5
8 additions, 5 deletions
corny/conversion.py
with
8 additions
and
5 deletions
corny/conversion.py
+
8
−
5
View file @
e8dc71ef
...
...
@@ -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
'
):
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment