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

Adding pygeosx integrated test #3174

Open
wants to merge 11 commits into
base: develop
Choose a base branch
from

Conversation

cssherman
Copy link
Contributor

geosPythonPackages PR: GEOS-DEV/geosPythonPackages#22

@cssherman cssherman requested a review from CusiniM June 17, 2024 23:53
@cssherman cssherman added type: feature New feature or request type: pygeosx labels Jun 17, 2024
Copy link

codecov bot commented Jun 18, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 55.75%. Comparing base (94a0e86) to head (3585576).
Report is 1 commits behind head on develop.

Additional details and impacted files
@@           Coverage Diff            @@
##           develop    #3174   +/-   ##
========================================
  Coverage    55.75%   55.75%           
========================================
  Files         1041     1041           
  Lines        88534    88534           
========================================
  Hits         49358    49358           
  Misses       39176    39176           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.


def run_problem():
"""
Run the GEOSX problem
Copy link
Collaborator

Choose a reason for hiding this comment

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

Suggested change
Run the GEOSX problem
Run the GEOS problem

from mpi4py import MPI
import pygeosx
from pygeosx_tools import wrapper
from geosx_xml_tools.main import preprocess_parallel
Copy link
Collaborator

Choose a reason for hiding this comment

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

do you need this? It does not seem to be used.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

No, I missed cleaning up the import list when I removed the pre-processor from this example

@@ -234,6 +234,8 @@ install( FILES ${CMAKE_BINARY_DIR}/schema.xsd
################################
# message(WARNING "Temporarily changing the geosPythonBranch to cusini/fix-streak-cert-fail")
# set(GEOS_PYTHON_PACKAGES_BRANCH "cusini/fix-streak-cert-fail" CACHE STRING "" FORCE)
message(WARNING "Temporarily changing the geosPythonBranch to feature/sherman/addPygeosxIntegratedTests")
set(GEOS_PYTHON_PACKAGES_BRANCH "cusini/fix-streak-cert-fail" CACHE STRING "" FORCE)
Copy link
Collaborator

Choose a reason for hiding this comment

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

you probably want to change this:

Suggested change
set(GEOS_PYTHON_PACKAGES_BRANCH "cusini/fix-streak-cert-fail" CACHE STRING "" FORCE)
set(GEOS_PYTHON_PACKAGES_BRANCH "feature/sherman/addPygeosxIntegratedTests" CACHE STRING "" FORCE)

@cssherman cssherman force-pushed the feature/sherman/addPygeosTests branch from 715dac1 to 3f901c9 Compare July 5, 2024 21:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type: feature New feature or request type: pygeosx
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants