Skip to content

Commit 6d1b6f6

Browse files
authored
Replaced use of DashSubsurfaceViewer with SubsurfaceViewer (#1312)
1 parent a8fdc13 commit 6d1b6f6

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

43 files changed

+54
-945
lines changed

.github/workflows/subsurface.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,6 @@ jobs:
5757
# Testing against our latest release (including pre-releases)
5858
pip install --pre --upgrade webviz-config webviz-core-components webviz-subsurface-components
5959
60-
6160
- name: 📦 Install test dependencies
6261
run: |
6362
pip install .[tests]
@@ -101,7 +100,7 @@ jobs:
101100
git clone --depth 1 --branch $TESTDATA_REPO_BRANCH https://github.com/$TESTDATA_REPO_OWNER/webviz-subsurface-testdata.git
102101
# Copy any clientside script to the test folder before running tests
103102
mkdir ./tests/assets && cp ./webviz_subsurface/_assets/js/* ./tests/assets
104-
pytest ./tests --headless --forked --testdata-folder ./webviz-subsurface-testdata
103+
pytest ./tests --headless --forked -s --testdata-folder ./webviz-subsurface-testdata
105104
rm -rf ./tests/assets
106105
107106
- name: 🐳 Build Docker example image

setup.py

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -107,9 +107,8 @@
107107
"statsmodels>=0.12.1", # indirect dependency through https://plotly.com/python/linear-fits/
108108
"xtgeo>=2.20.0",
109109
"vtk>=9.2.2",
110-
"webviz-config",
111-
"webviz-core-components>=0.6",
112-
"webviz-subsurface-components==1.0.2",
110+
"webviz-config>=0.6.5",
111+
"webviz-subsurface-components>=1.0.3",
113112
],
114113
extras_require={"tests": TESTS_REQUIRE},
115114
setup_requires=["setuptools_scm~=3.2"],

tests/integration_tests/plugin_tests/__init__.py

Whitespace-only changes.

tests/integration_tests/plugin_tests/test_bhp_qc.py

Lines changed: 0 additions & 12 deletions
This file was deleted.

tests/integration_tests/plugin_tests/test_history_match.py

Lines changed: 0 additions & 18 deletions
This file was deleted.

tests/integration_tests/plugin_tests/test_line_plotter_fmu.py

Lines changed: 0 additions & 29 deletions
This file was deleted.

tests/integration_tests/plugin_tests/test_parameter_analysis.py

Lines changed: 0 additions & 26 deletions
This file was deleted.

tests/integration_tests/plugin_tests/test_parameter_correlation.py

Lines changed: 0 additions & 25 deletions
This file was deleted.

tests/integration_tests/plugin_tests/test_parameter_distribution.py

Lines changed: 0 additions & 13 deletions
This file was deleted.

tests/integration_tests/plugin_tests/test_parameter_parallel_coordinates.py

Lines changed: 0 additions & 13 deletions
This file was deleted.

tests/integration_tests/plugin_tests/test_parameter_response_correlation.py

Lines changed: 0 additions & 15 deletions
This file was deleted.

tests/integration_tests/plugin_tests/test_property_statistics.py

Lines changed: 0 additions & 22 deletions
This file was deleted.

tests/integration_tests/plugin_tests/test_pvt_plot.py

Lines changed: 0 additions & 15 deletions
This file was deleted.

tests/integration_tests/plugin_tests/test_relative_permeability.py

Lines changed: 0 additions & 14 deletions
This file was deleted.

tests/integration_tests/plugin_tests/test_reservoir_simulation_timeseries.py

Lines changed: 0 additions & 30 deletions
This file was deleted.

tests/integration_tests/plugin_tests/test_reservoir_simulation_timeseries_onebyone.py

Lines changed: 0 additions & 16 deletions
This file was deleted.

tests/integration_tests/plugin_tests/test_reservoir_simulation_timeseries_regional.py

Lines changed: 0 additions & 23 deletions
This file was deleted.

tests/integration_tests/plugin_tests/test_rft_plotter.py

Lines changed: 0 additions & 43 deletions
This file was deleted.

tests/integration_tests/plugin_tests/test_segy_viewer.py

Lines changed: 0 additions & 22 deletions
This file was deleted.

0 commit comments

Comments
 (0)