diff --git a/README.md b/README.md index 4652e00..ac8488d 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ [![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) - + # pycopm: An open-source coarsening framework for OPM Flow diff --git a/docs/_sources/output_folder.rst.txt b/docs/_sources/output_folder.rst.txt index 84c6b68..e6cf2f7 100644 --- a/docs/_sources/output_folder.rst.txt +++ b/docs/_sources/output_folder.rst.txt @@ -2,8 +2,7 @@ Output folder ============= -The following screenshot shows the generated ERT configuration file and folders in the selected output folder after executing **pycopm** -in the . +The following screenshot shows the generated ERT configuration file and folders in the selected output folder after executing **pycopm**. .. figure:: figs/output.png diff --git a/docs/output_folder.html b/docs/output_folder.html index c539c5f..a45ce21 100644 --- a/docs/output_folder.html +++ b/docs/output_folder.html @@ -82,8 +82,7 @@

Output folder

-

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

+

The following screenshot shows the generated ERT configuration file and folders in the selected output folder after executing pycopm.

_images/output.png
diff --git a/docs/text/output_folder.rst b/docs/text/output_folder.rst index 84c6b68..e6cf2f7 100644 --- a/docs/text/output_folder.rst +++ b/docs/text/output_folder.rst @@ -2,8 +2,7 @@ Output folder ============= -The following screenshot shows the generated ERT configuration file and folders in the selected output folder after executing **pycopm** -in the . +The following screenshot shows the generated ERT configuration file and folders in the selected output folder after executing **pycopm**. .. figure:: figs/output.png diff --git a/src/pycopm/utils/generate_coarser_files.py b/src/pycopm/utils/generate_coarser_files.py index b05c059..d64a0b7 100644 --- a/src/pycopm/utils/generate_coarser_files.py +++ b/src/pycopm/utils/generate_coarser_files.py @@ -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" @@ -64,7 +64,7 @@ def create_deck(dic): write_props(dic) process_the_deck(dic) with open( - f"{dic['exe']}/{dic['fol']}/{dic["deck"].upper()}_pycopm.DATA", + f"{dic['exe']}/{dic['fol']}/{dic['deck'].upper()}_PYCOPM.DATA", "w", encoding="utf8", ) as file: