Skip to content

Commit 47fd176

Browse files
committed
Updating the README
1 parent ae54be8 commit 47fd176

File tree

5 files changed

+6
-9
lines changed

5 files changed

+6
-9
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<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>
33
[![Code style](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/ambv/black)
44
[![License: GPL v3](https://img.shields.io/badge/License-GPLv3-blue.svg)](https://www.gnu.org/licenses/gpl-3.0)
5-
<img src="docs/_static/pycopm.gif" width="900" height="200">
5+
<img src="docs/text/figs/pycopm.gif" width="900" height="200">
66

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

docs/_sources/output_folder.rst.txt

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,7 @@
22
Output folder
33
=============
44

5-
The following screenshot shows the generated ERT configuration file and folders in the selected output folder after executing **pycopm**
6-
in the .
5+
The following screenshot shows the generated ERT configuration file and folders in the selected output folder after executing **pycopm**.
76

87
.. figure:: figs/output.png
98

docs/output_folder.html

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -82,8 +82,7 @@
8282

8383
<section id="output-folder">
8484
<h1>Output folder<a class="headerlink" href="#output-folder" title="Link to this heading"></a></h1>
85-
<p>The following screenshot shows the generated ERT configuration file and folders in the selected output folder after executing <strong>pycopm</strong>
86-
in the .</p>
85+
<p>The following screenshot shows the generated ERT configuration file and folders in the selected output folder after executing <strong>pycopm</strong>.</p>
8786
<figure class="align-default" id="id1">
8887
<img alt="_images/output.png" src="_images/output.png" />
8988
<figcaption>

docs/text/output_folder.rst

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,7 @@
22
Output folder
33
=============
44

5-
The following screenshot shows the generated ERT configuration file and folders in the selected output folder after executing **pycopm**
6-
in the .
5+
The following screenshot shows the generated ERT configuration file and folders in the selected output folder after executing **pycopm**.
76

87
.. figure:: figs/output.png
98

src/pycopm/utils/generate_coarser_files.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
def create_deck(dic):
1818
"""Dry run to generate the files"""
1919
dic["flags"] = "--parsing-strictness=low --enable-dry-run=true"
20-
os.system(f"{dic['flow']} {dic['deck']}.DATA {dic["flags"]} & wait\n")
20+
os.system(f"{dic['flow']} {dic['deck']}.DATA {dic['flags']} & wait\n")
2121

2222
# Read the data
2323
dic["field"] = "generic"
@@ -64,7 +64,7 @@ def create_deck(dic):
6464
write_props(dic)
6565
process_the_deck(dic)
6666
with open(
67-
f"{dic['exe']}/{dic['fol']}/{dic["deck"].upper()}_pycopm.DATA",
67+
f"{dic['exe']}/{dic['fol']}/{dic['deck'].upper()}_PYCOPM.DATA",
6868
"w",
6969
encoding="utf8",
7070
) as file:

0 commit comments

Comments
 (0)