Skip to content

refactor: Create geos-geomechanics package #66

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 17 commits into from
Apr 4, 2025

Conversation

paloma-martinez
Copy link
Contributor

@paloma-martinez paloma-martinez commented Mar 28, 2025

This PR moves the basic classes and functions relative to geomechanics model and processing to a dedicated package

Closes #59

@paloma-martinez paloma-martinez self-assigned this Mar 28, 2025
@paloma-martinez paloma-martinez changed the title Pmartinez/feature/geos geomechanics package Create geos-geomechanics package Mar 28, 2025
@paloma-martinez paloma-martinez marked this pull request as ready for review April 2, 2025 09:56
@mlemayTTE mlemayTTE changed the title Create geos-geomechanics package refactor: Create geos-geomechanics package Apr 2, 2025
Copy link
Contributor

@mlemayTTE mlemayTTE left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

In prevision of the update of the ci (#65) can you run the following command and commit the changes:

yapf -i --recursive ./geos-geomechanics/ --style .style.yapf

source = ["geos/geomechanics"]


[tool.mypy]
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this section can be removed since it will be managed by the config file at the root directory(cf #65).

build = [
"build ~= 1.2"
]
dev = [
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

need only mypy and yapf packages

"Programming Language :: Python"
]
dynamic = ["dependencies"]
requires-python = ">= 3.9"
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

=3.10

]
test = [
"pytest",
"pytest-cov"
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

remove pytest-cov since it is not used

@alexbenedicto alexbenedicto merged commit db95441 into main Apr 4, 2025
31 checks passed
@alexbenedicto alexbenedicto deleted the pmartinez/feature/geos_geomechanics_package branch April 4, 2025 00:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Create geos-geomechanics package with geomechanics classes and functions from geos-posp and update dependencies
3 participants