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

Make fit_1D behave consistently for data with all (or all but 1) rows masked #260

Open
wants to merge 5 commits into
base: master
Choose a base branch
from

Commits on May 8, 2021

  1. Handle some corner cases noted by csimpson: fully-masked input array …

    …and >1D input with all but one row/column fully masked (ie. only 1 model to fit).
    jehturner committed May 8, 2021
    Configuration menu
    Copy the full SHA
    d7b4c3b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    04b9fb9 View commit details
    Browse the repository at this point in the history
  3. Make model attribute do something that's probably closer to the inten…

    …ded behaviour for fully-masked data.
    jehturner committed May 8, 2021
    Configuration menu
    Copy the full SHA
    15800d6 View commit details
    Browse the repository at this point in the history

Commits on Oct 27, 2021

  1. Merge branch 'master' into fit_1D_fixes

    # Conflicts:
    #	gempy/library/fitting.py
    chris-simpson committed Oct 27, 2021
    Configuration menu
    Copy the full SHA
    ff879da View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    29d1e80 View commit details
    Browse the repository at this point in the history