Skip to content

Commit

Permalink
Updating the README
Browse files Browse the repository at this point in the history
  • Loading branch information
daavid00 committed Jun 15, 2024
1 parent ae54be8 commit 6071bd9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<a href="https://www.python.org/"><img src="https://img.shields.io/badge/python-3.8%20|%203.9%20|%203.10%20|%203.11%20|%203.12-blue.svg"></a>
[![Code style](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/ambv/black)
[![License: GPL v3](https://img.shields.io/badge/License-GPLv3-blue.svg)](https://www.gnu.org/licenses/gpl-3.0)
<img src="docs/_static/pycopm.gif" width="900" height="200">
<img src="docs/text/figs/pycopm.gif" width="900" height="200">

# pycopm: An open-source coarsening framework for OPM Flow

Expand Down
2 changes: 1 addition & 1 deletion src/pycopm/utils/generate_coarser_files.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
def create_deck(dic):
"""Dry run to generate the files"""
dic["flags"] = "--parsing-strictness=low --enable-dry-run=true"
os.system(f"{dic['flow']} {dic['deck']}.DATA {dic["flags"]} & wait\n")
os.system(f"{dic['flow']} {dic['deck']}.DATA {dic['flags']} & wait\n")

# Read the data
dic["field"] = "generic"
Expand Down

0 comments on commit 6071bd9

Please sign in to comment.