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

Commits on Jun 20, 2024

  1. Fix Small Bug with non-constant density contrast

    Update update_prisms_ds for dealing with non-constant density contrast
    Lu Li committed Jun 20, 2024
    Configuration menu
    Copy the full SHA
    589ceeb View commit details
    Browse the repository at this point in the history

Commits on Jun 22, 2024

  1. Configuration menu
    Copy the full SHA
    4374b0d View commit details
    Browse the repository at this point in the history
  2. fix: remove density_contrast parameter from run_inversion and ext…

    …ract contrast instead
    
    BREAKING CHANGE: the `run_inversion` function now doesn't take `density_contrast` parameter, please remove these parameters from your code!
    mdtanker committed Jun 22, 2024
    Configuration menu
    Copy the full SHA
    8418dc7 View commit details
    Browse the repository at this point in the history
  3. docs: rerun docs

    mdtanker committed Jun 22, 2024
    Configuration menu
    Copy the full SHA
    6daeb52 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    34e15f4 View commit details
    Browse the repository at this point in the history

Commits on Jun 26, 2024

  1. fix: remove zref and density_contrastparameters, extract from pri…

    …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 committed Jun 26, 2024
    Configuration menu
    Copy the full SHA
    ce5c7c9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4e9b502 View commit details
    Browse the repository at this point in the history
  3. style: typo in docstring

    mdtanker committed Jun 26, 2024
    Configuration menu
    Copy the full SHA
    5801d03 View commit details
    Browse the repository at this point in the history
  4. docs: rerun the docs

    mdtanker committed Jun 26, 2024
    Configuration menu
    Copy the full SHA
    796e50b View commit details
    Browse the repository at this point in the history