Skip to content

[WIP] Current GemPy Patches #640

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

Merged
merged 53 commits into from
Nov 22, 2021
Merged

[WIP] Current GemPy Patches #640

merged 53 commits into from
Nov 22, 2021

Conversation

AlexanderJuestel
Copy link
Contributor

@AlexanderJuestel AlexanderJuestel commented Sep 16, 2021

The following already merged PRs and open issues should be included in a patch to fix some stuff in GemPy

Description

Checklist

  • My code follows the PEP 8 style guidelines.
  • My code uses type hinting for function and method arguments and return values.
  • My code contains descriptive and helpful docstrings
    which are formatted per the Google Python Style Guidelines.
  • I have created tests which entirely cover my code.
  • The test code either 1. demonstrates at least one valuable use case (e.g. integration tests)
    or 2. verifies that outputs are as expected for given inputs (e.g. unit tests).
  • New and existing tests pass locally with my changes.

@AlexanderJuestel AlexanderJuestel changed the title Current GemPy Patches [WIP] Current GemPy Patches Sep 16, 2021
fix typo.
@Leguark Leguark merged commit 6ad16c4 into master Nov 22, 2021
@AlexanderJuestel AlexanderJuestel deleted the dev_alexj branch May 26, 2023 09:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment