-
Notifications
You must be signed in to change notification settings - Fork 89
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
base: develop
Are you sure you want to change the base?
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
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. |
|
||
def run_problem(): | ||
""" | ||
Run the GEOSX problem |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
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 |
There was a problem hiding this comment.
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.
There was a problem hiding this comment.
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
src/CMakeLists.txt
Outdated
@@ -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) |
There was a problem hiding this comment.
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:
set(GEOS_PYTHON_PACKAGES_BRANCH "cusini/fix-streak-cert-fail" CACHE STRING "" FORCE) | |
set(GEOS_PYTHON_PACKAGES_BRANCH "feature/sherman/addPygeosxIntegratedTests" CACHE STRING "" FORCE) |
715dac1
to
3f901c9
Compare
geosPythonPackages PR: GEOS-DEV/geosPythonPackages#22