Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix small bug with non-constant density contrast #78

Merged
merged 9 commits into from
Jun 26, 2024

Conversation

LL-Geo
Copy link

@LL-Geo LL-Geo commented Jun 20, 2024

Update update_prisms_ds for dealing with non-constant density contrast #77

Update update_prisms_ds for dealing with non-constant density contrast
@codecov-commenter
Copy link

codecov-commenter commented Jun 20, 2024

Codecov Report

Attention: Patch coverage is 0% with 35 lines in your changes missing coverage. Please review.

Project coverage is 37.40%. Comparing base (f248498) to head (796e50b).
Report is 1 commits behind head on main.

Files Patch % Lines
src/invert4geom/inversion.py 0.00% 20 Missing ⚠️
src/invert4geom/cross_validation.py 0.00% 12 Missing ⚠️
src/invert4geom/utils.py 0.00% 3 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main      #78      +/-   ##
==========================================
- Coverage   37.86%   37.40%   -0.47%     
==========================================
  Files           8        8              
  Lines        1537     1556      +19     
==========================================
  Hits          582      582              
- Misses        955      974      +19     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

…ract contrast instead

BREAKING CHANGE: the `run_inversion` function now doesn't take `density_contrast` parameter, please remove these parameters from your code!
…sm layer instead

BREAKING_CHANGE: make sure to remove all `zref` and `density_contrast` parameters from the following functions: run_inversion, grav_cv_score, constraints_cv_score.
@mdtanker mdtanker linked an issue Jun 26, 2024 that may be closed by this pull request
@mdtanker mdtanker merged commit 322bcc8 into mdtanker:main Jun 26, 2024
16 of 17 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Small Bug with non-constant density contrast
3 participants