Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Replaced use of DashSubsurfaceViewer with SubsurfaceViewer #1312

Merged
3 changes: 1 addition & 2 deletions .github/workflows/subsurface.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,6 @@ jobs:
# Testing against our latest release (including pre-releases)
pip install --pre --upgrade webviz-config webviz-core-components webviz-subsurface-components


- name: 📦 Install test dependencies
run: |
pip install .[tests]
Expand Down Expand Up @@ -101,7 +100,7 @@ jobs:
git clone --depth 1 --branch $TESTDATA_REPO_BRANCH https://github.com/$TESTDATA_REPO_OWNER/webviz-subsurface-testdata.git
# Copy any clientside script to the test folder before running tests
mkdir ./tests/assets && cp ./webviz_subsurface/_assets/js/* ./tests/assets
pytest ./tests --headless --forked --testdata-folder ./webviz-subsurface-testdata
pytest ./tests --headless --forked -s --testdata-folder ./webviz-subsurface-testdata
rm -rf ./tests/assets

- name: 🐳 Build Docker example image
Expand Down
5 changes: 2 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -107,9 +107,8 @@
"statsmodels>=0.12.1", # indirect dependency through https://plotly.com/python/linear-fits/
"xtgeo>=2.20.0",
"vtk>=9.2.2",
"webviz-config",
"webviz-core-components>=0.6",
"webviz-subsurface-components==1.0.2",
"webviz-config>=0.6.5",
"webviz-subsurface-components>=1.0.3",
],
extras_require={"tests": TESTS_REQUIRE},
setup_requires=["setuptools_scm~=3.2"],
Expand Down
Empty file.
12 changes: 0 additions & 12 deletions tests/integration_tests/plugin_tests/test_bhp_qc.py

This file was deleted.

18 changes: 0 additions & 18 deletions tests/integration_tests/plugin_tests/test_history_match.py

This file was deleted.

29 changes: 0 additions & 29 deletions tests/integration_tests/plugin_tests/test_line_plotter_fmu.py

This file was deleted.

26 changes: 0 additions & 26 deletions tests/integration_tests/plugin_tests/test_parameter_analysis.py

This file was deleted.

25 changes: 0 additions & 25 deletions tests/integration_tests/plugin_tests/test_parameter_correlation.py

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

22 changes: 0 additions & 22 deletions tests/integration_tests/plugin_tests/test_property_statistics.py

This file was deleted.

15 changes: 0 additions & 15 deletions tests/integration_tests/plugin_tests/test_pvt_plot.py

This file was deleted.

14 changes: 0 additions & 14 deletions tests/integration_tests/plugin_tests/test_relative_permeability.py

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

43 changes: 0 additions & 43 deletions tests/integration_tests/plugin_tests/test_rft_plotter.py

This file was deleted.

22 changes: 0 additions & 22 deletions tests/integration_tests/plugin_tests/test_segy_viewer.py

This file was deleted.

Loading
Loading