Skip to content

Commit

Permalink
Remove fmudesign
Browse files Browse the repository at this point in the history
Moved to semeio so newer scipy version that supports
latin hypercube sampling can be used.
The other tools in fmu-tools run in RMS which has its
own Python environment that supports older version of scipy
only.
  • Loading branch information
dafeda authored Nov 27, 2024
1 parent 5880b9f commit 3b001d3
Show file tree
Hide file tree
Showing 38 changed files with 1 addition and 18,672 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

**fmu-tools** is a library containing tools for pre- and post-processing in a
Fast Model Update (FMU) context. These tools are used for automatic QC,
setting up and analyzing sensitivites, and visualization.
and visualization.

---

Expand Down
1 change: 0 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,6 @@ Documentation = "https://equinor.github.io/fmu-tools/"

[project.scripts]
ensemble_well_props = "fmu.tools.ensembles.ensemble_well_props:main"
fmudesign = "fmu.tools.sensitivities.fmudesignrunner:main"
rename_rms_scripts = "fmu.tools.rms.rename_rms_scripts:main"
rmsvolumetrics2csv = "fmu.tools.rms.volumetrics:rmsvolumetrics2csv_main"

Expand Down
17 changes: 0 additions & 17 deletions src/fmu/tools/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,23 +36,6 @@
"sample_attributes_for_sim2seis",
]

if not ROXAR:
from fmu.tools.rms import volumetrics # noqa
from fmu.tools.sensitivities import DesignMatrix # noqa
from fmu.tools.sensitivities import calc_tornadoinput # noqa
from fmu.tools.sensitivities import excel2dict_design # noqa
from fmu.tools.sensitivities import summarize_design # noqa

__all__.extend(
[
"volumetrics",
"DesignMatrix",
"calc_tornadoinput",
"excel2dict_design",
"summarize_design",
]
)

try:
from fmu.tools.version import version

Expand Down
19 changes: 0 additions & 19 deletions src/fmu/tools/sensitivities/__init__.py

This file was deleted.

127 changes: 0 additions & 127 deletions src/fmu/tools/sensitivities/_designsummary.py

This file was deleted.

Loading

0 comments on commit 3b001d3

Please sign in to comment.