Test configs#17
Conversation
Codecov Report
@@ Coverage Diff @@
## main #17 +/- ##
=======================================
Coverage 93.12% 93.12%
=======================================
Files 4 4
Lines 160 160
=======================================
Hits 149 149
Misses 11 11
Flags with carried forward coverage won't be shown. Click here to find out more. Continue to review full report at Codecov.
|
…onfigs Adding in @malmans2 suggestions
|
test_configs ready for merge. |
|
pre-commit.ci run |
1 similar comment
|
pre-commit.ci run |
| # Define sea mount bathymetry | ||
| ds["Bathymetry"] = depth * ( | ||
| 1.0 | ||
| - 0.9 | ||
| * np.exp( | ||
| -( | ||
| stiff | ||
| / 40.0e3 ** 2 | ||
| * ((ds.glamt - glamt_mid) ** 2 + (ds.gphit - gphit_mid) ** 2) | ||
| ) | ||
| ) | ||
| ) |
There was a problem hiding this comment.
This is kind of hard to read... Maybe define a couple of variables? E.g. ((ds.glamt - glamt_mid) ** 2 + (ds.gphit - gphit_mid) ** 2)
There was a problem hiding this comment.
ok - will fold it in with the DOME PR. It looked fine to me until BLACK reformatted it ;)
pre-commit run --all-fileswhats-new.rst