Skip to content

Commit

Permalink
Remove sim2sumo (#223)
Browse files Browse the repository at this point in the history
* Remove sim2sumo as ert and console script

* Remove tests and related data for sim2sumo

* Remove utilities

* Remove dependencies

   ert, ecl2df  added with sim2sumo
  • Loading branch information
daniel-sol authored Sep 28, 2023
1 parent a8ecea8 commit c1c2d21
Show file tree
Hide file tree
Showing 28 changed files with 1 addition and 72,182 deletions.
4 changes: 1 addition & 3 deletions requirements/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,5 @@ sumo-wrapper-python
xtgeo
azure-core
pyarrow; python_version > "3.6.1"
ert; sys_platform != 'win32' and python_version < "3.11"
ecl2df; sys_platform != 'win32' and python_version < "3.11"
fmu-dataio
OpenVDS; sys_platform != 'darwin'
fmu-dataio
1 change: 0 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,6 @@ def parse_requirements(fname):
],
"console_scripts": [
"sumo_upload=fmu.sumo.uploader.scripts.sumo_upload:main",
"sim2sumo=fmu.sumo.utilities.scripts.sim2sumo:main",
],
},
cmdclass=CMDCLASS,
Expand Down
25 changes: 0 additions & 25 deletions src/fmu/sumo/config_jobs/SIM2SUMO

This file was deleted.

Empty file removed src/fmu/sumo/utilities/__init__.py
Empty file.
91 changes: 0 additions & 91 deletions src/fmu/sumo/utilities/scripts/sim2sumo.py

This file was deleted.

Loading

0 comments on commit c1c2d21

Please sign in to comment.