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 import error that would display error in documentation #30

Closed
wants to merge 1 commit into from

Conversation

alexbenedicto
Copy link
Contributor

Linked with #29
Correction of module paths when imported in geos-mesh/src/geos/mesh/doctor

Checked all command lines output messages presented in the documentation.
https://geosx-geosx.readthedocs-hosted.com/projects/geosx-geospythonpackages/en/latest/geos-mesh.html

No import errors found anymore.

@alexbenedicto alexbenedicto self-assigned this Jul 11, 2024
@alexbenedicto alexbenedicto linked an issue Jul 11, 2024 that may be closed by this pull request
@untereiner
Copy link
Contributor

untereiner commented Jul 12, 2024

Could you try another strategy:

  • revert your commit or create a new branch from main
  • add the snippet below in the pyproject.toml
[tool.setuptools.packages.find]
where = ["src"]

  • Add a __init__.py file in doctor folder

@alexbenedicto alexbenedicto deleted the origin/bugfix/documentation_error branch July 16, 2024 15:32
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.

Module import error in geos-mesh
2 participants