joergbuchwald / ogs6py

Python-API for the OpenGeoSys (http://www.opengeosys.org) software.
BSD 3-Clause "New" or "Revised" License
16 stars 23 forks source link

Adding wrapper command to singularity execution #45

Closed oliverpetschick closed 2 years ago

oliverpetschick commented 2 years ago

Hi,

When execution OGS from a container, the wrapper function could not be used. I modified the specific part in run_model to now execute the wrapper via container if given.

Kind regards Oliver Petschick

codecov[bot] commented 2 years ago

Codecov Report

Merging #45 (363d437) into master (d47c3e0) will decrease coverage by 0.10%. The diff coverage is 0.00%.

@@            Coverage Diff             @@
##           master      #45      +/-   ##
==========================================
- Coverage   69.64%   69.53%   -0.11%     
==========================================
  Files          22       22              
  Lines        1367     1369       +2     
==========================================
  Hits          952      952              
- Misses        415      417       +2     
Impacted Files Coverage Δ
ogs6py/ogs.py 75.75% <0.00%> (-0.42%) :arrow_down:

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update d47c3e0...363d437. Read the comment docs.