webviz-subsurface 0.2.34__tar.gz → 0.2.36__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {webviz_subsurface-0.2.34 → webviz_subsurface-0.2.36}/.github/workflows/subsurface.yml +1 -2
- {webviz_subsurface-0.2.34 → webviz_subsurface-0.2.36}/PKG-INFO +3 -4
- {webviz_subsurface-0.2.34 → webviz_subsurface-0.2.36}/setup.py +2 -3
- {webviz_subsurface-0.2.34 → webviz_subsurface-0.2.36}/webviz_subsurface/_providers/ensemble_grid_provider/_xtgeo_to_vtk_explicit_structured_grid.py +1 -1
- {webviz_subsurface-0.2.34 → webviz_subsurface-0.2.36}/webviz_subsurface/_providers/ensemble_grid_provider/grid_viz_service.py +3 -3
- {webviz_subsurface-0.2.34 → webviz_subsurface-0.2.36}/webviz_subsurface/_providers/ensemble_summary_provider/_provider_impl_arrow_lazy.py +3 -3
- {webviz_subsurface-0.2.34 → webviz_subsurface-0.2.36}/webviz_subsurface/_providers/ensemble_summary_provider/_provider_impl_arrow_presampled.py +1 -1
- {webviz_subsurface-0.2.34 → webviz_subsurface-0.2.36}/webviz_subsurface/_providers/ensemble_summary_provider/_resampling.py +30 -22
- {webviz_subsurface-0.2.34 → webviz_subsurface-0.2.36}/webviz_subsurface/_providers/ensemble_surface_provider/_provider_impl_file.py +1 -17
- {webviz_subsurface-0.2.34 → webviz_subsurface-0.2.36}/webviz_subsurface/_providers/ensemble_surface_provider/_surface_to_float32_array.py +1 -1
- {webviz_subsurface-0.2.34 → webviz_subsurface-0.2.36}/webviz_subsurface/plugins/_bhp_qc/views/_view_functions.py +1 -1
- {webviz_subsurface-0.2.34 → webviz_subsurface-0.2.36}/webviz_subsurface/plugins/_co2_leakage/_utilities/plume_extent.py +1 -1
- {webviz_subsurface-0.2.34 → webviz_subsurface-0.2.36}/webviz_subsurface/plugins/_co2_leakage/views/mainview/mainview.py +2 -2
- {webviz_subsurface-0.2.34 → webviz_subsurface-0.2.36}/webviz_subsurface/plugins/_grid_viewer_fmu/views/view_3d/view_elements/_vtk_view_3d_element.py +2 -2
- {webviz_subsurface-0.2.34 → webviz_subsurface-0.2.36}/webviz_subsurface/plugins/_history_match.py +1 -1
- {webviz_subsurface-0.2.34 → webviz_subsurface-0.2.36}/webviz_subsurface/plugins/_map_viewer_fmu/layout.py +2 -2
- {webviz_subsurface-0.2.34 → webviz_subsurface-0.2.36}/webviz_subsurface/plugins/_relative_permeability.py +1 -1
- {webviz_subsurface-0.2.34 → webviz_subsurface-0.2.36}/webviz_subsurface/plugins/_rft_plotter/_plugin.py +5 -0
- {webviz_subsurface-0.2.34 → webviz_subsurface-0.2.36}/webviz_subsurface/plugins/_rft_plotter/_utils/_rft_plotter_data_model.py +5 -2
- {webviz_subsurface-0.2.34 → webviz_subsurface-0.2.36}/webviz_subsurface/plugins/_running_time_analysis_fmu.py +3 -3
- {webviz_subsurface-0.2.34 → webviz_subsurface-0.2.36}/webviz_subsurface/plugins/_well_log_viewer/well_log_viewer.py +1 -1
- {webviz_subsurface-0.2.34 → webviz_subsurface-0.2.36}/webviz_subsurface.egg-info/PKG-INFO +3 -4
- {webviz_subsurface-0.2.34 → webviz_subsurface-0.2.36}/webviz_subsurface.egg-info/SOURCES.txt +0 -27
- {webviz_subsurface-0.2.34 → webviz_subsurface-0.2.36}/webviz_subsurface.egg-info/requires.txt +2 -3
- webviz_subsurface-0.2.34/tests/integration_tests/plugin_tests/test_bhp_qc.py +0 -12
- webviz_subsurface-0.2.34/tests/integration_tests/plugin_tests/test_history_match.py +0 -18
- webviz_subsurface-0.2.34/tests/integration_tests/plugin_tests/test_line_plotter_fmu.py +0 -29
- webviz_subsurface-0.2.34/tests/integration_tests/plugin_tests/test_parameter_analysis.py +0 -26
- webviz_subsurface-0.2.34/tests/integration_tests/plugin_tests/test_parameter_correlation.py +0 -25
- webviz_subsurface-0.2.34/tests/integration_tests/plugin_tests/test_parameter_distribution.py +0 -13
- webviz_subsurface-0.2.34/tests/integration_tests/plugin_tests/test_parameter_parallel_coordinates.py +0 -13
- webviz_subsurface-0.2.34/tests/integration_tests/plugin_tests/test_parameter_response_correlation.py +0 -15
- webviz_subsurface-0.2.34/tests/integration_tests/plugin_tests/test_property_statistics.py +0 -22
- webviz_subsurface-0.2.34/tests/integration_tests/plugin_tests/test_pvt_plot.py +0 -15
- webviz_subsurface-0.2.34/tests/integration_tests/plugin_tests/test_relative_permeability.py +0 -14
- webviz_subsurface-0.2.34/tests/integration_tests/plugin_tests/test_reservoir_simulation_timeseries.py +0 -30
- webviz_subsurface-0.2.34/tests/integration_tests/plugin_tests/test_reservoir_simulation_timeseries_onebyone.py +0 -16
- webviz_subsurface-0.2.34/tests/integration_tests/plugin_tests/test_reservoir_simulation_timeseries_regional.py +0 -23
- webviz_subsurface-0.2.34/tests/integration_tests/plugin_tests/test_rft_plotter.py +0 -43
- webviz_subsurface-0.2.34/tests/integration_tests/plugin_tests/test_segy_viewer.py +0 -22
- webviz_subsurface-0.2.34/tests/integration_tests/plugin_tests/test_simulation_timeseries_onebyone.py +0 -23
- webviz_subsurface-0.2.34/tests/integration_tests/plugin_tests/test_structural_uncertainty.py +0 -244
- webviz_subsurface-0.2.34/tests/integration_tests/plugin_tests/test_surface_viewer_fmu.py +0 -21
- webviz_subsurface-0.2.34/tests/integration_tests/plugin_tests/test_surface_with_grid_crossection.py +0 -45
- webviz_subsurface-0.2.34/tests/integration_tests/plugin_tests/test_surface_with_seismic_crossection.py +0 -35
- webviz_subsurface-0.2.34/tests/integration_tests/plugin_tests/test_tornado_plotter_fmu.py +0 -14
- webviz_subsurface-0.2.34/tests/integration_tests/plugin_tests/test_vfp_analysis.py +0 -13
- webviz_subsurface-0.2.34/tests/integration_tests/plugin_tests/test_volumetric_analysis.py +0 -38
- webviz_subsurface-0.2.34/tests/integration_tests/plugin_tests/test_well_log_viewer.py +0 -16
- webviz_subsurface-0.2.34/webviz_subsurface/_providers/ensemble_summary_provider/dev_resampling_perf_testing.py +0 -112
- webviz_subsurface-0.2.34/webviz_subsurface/plugins/_well_log_viewer/utils/__init__.py +0 -0
- {webviz_subsurface-0.2.34 → webviz_subsurface-0.2.36}/.github/ISSUE_TEMPLATE/bug_report.md +0 -0
- {webviz_subsurface-0.2.34 → webviz_subsurface-0.2.36}/.github/ISSUE_TEMPLATE/config.yml +0 -0
- {webviz_subsurface-0.2.34 → webviz_subsurface-0.2.36}/.github/ISSUE_TEMPLATE/feature_request.md +0 -0
- {webviz_subsurface-0.2.34 → webviz_subsurface-0.2.36}/.github/pull_request_template.md +0 -0
- {webviz_subsurface-0.2.34 → webviz_subsurface-0.2.36}/.gitignore +0 -0
- {webviz_subsurface-0.2.34 → webviz_subsurface-0.2.36}/.isort.cfg +0 -0
- {webviz_subsurface-0.2.34 → webviz_subsurface-0.2.36}/.pylintrc +0 -0
- {webviz_subsurface-0.2.34 → webviz_subsurface-0.2.36}/CHANGELOG.md +0 -0
- {webviz_subsurface-0.2.34 → webviz_subsurface-0.2.36}/LICENSE +0 -0
- {webviz_subsurface-0.2.34 → webviz_subsurface-0.2.36}/LICENSE.chromedriver +0 -0
- {webviz_subsurface-0.2.34 → webviz_subsurface-0.2.36}/README.md +0 -0
- {webviz_subsurface-0.2.34 → webviz_subsurface-0.2.36}/SECURITY.md +0 -0
- {webviz_subsurface-0.2.34 → webviz_subsurface-0.2.36}/bandit.yml +0 -0
- {webviz_subsurface-0.2.34 → webviz_subsurface-0.2.36}/deploy_docker_image.sh +0 -0
- {webviz_subsurface-0.2.34 → webviz_subsurface-0.2.36}/mypy.ini +0 -0
- {webviz_subsurface-0.2.34 → webviz_subsurface-0.2.36}/pytest.ini +0 -0
- {webviz_subsurface-0.2.34 → webviz_subsurface-0.2.36}/setup.cfg +0 -0
- {webviz_subsurface-0.2.34 → webviz_subsurface-0.2.36}/tests/__init__.py +0 -0
- {webviz_subsurface-0.2.34 → webviz_subsurface-0.2.36}/tests/conftest.py +0 -0
- {webviz_subsurface-0.2.34 → webviz_subsurface-0.2.36}/tests/data/colormap.txt +0 -0
- {webviz_subsurface-0.2.34 → webviz_subsurface-0.2.36}/tests/data/gruptree.csv +0 -0
- {webviz_subsurface-0.2.34 → webviz_subsurface-0.2.36}/tests/data/parameters.csv +0 -0
- {webviz_subsurface-0.2.34 → webviz_subsurface-0.2.36}/tests/data/realizations.csv +0 -0
- {webviz_subsurface-0.2.34 → webviz_subsurface-0.2.36}/tests/data/surface_png.txt +0 -0
- {webviz_subsurface-0.2.34 → webviz_subsurface-0.2.36}/tests/data/surface_zarr.np.gz +0 -0
- {webviz_subsurface-0.2.34 → webviz_subsurface-0.2.36}/tests/data/vfp.arrow +0 -0
- {webviz_subsurface-0.2.34 → webviz_subsurface-0.2.36}/tests/data/volumes.csv +0 -0
- {webviz_subsurface-0.2.34 → webviz_subsurface-0.2.36}/tests/integration_tests/__init__.py +0 -0
- {webviz_subsurface-0.2.34 → webviz_subsurface-0.2.36}/tests/integration_tests/test_parameter_filter.py +0 -0
- {webviz_subsurface-0.2.34 → webviz_subsurface-0.2.36}/tests/integration_tests/test_surface_selector.py +0 -0
- {webviz_subsurface-0.2.34/tests/integration_tests/plugin_tests → webviz_subsurface-0.2.36/tests/unit_tests}/__init__.py +0 -0
- {webviz_subsurface-0.2.34/tests/unit_tests → webviz_subsurface-0.2.36/tests/unit_tests/abbreviations_tests}/__init__.py +0 -0
- {webviz_subsurface-0.2.34 → webviz_subsurface-0.2.36}/tests/unit_tests/abbreviations_tests/test_reservoir_simulation.py +0 -0
- {webviz_subsurface-0.2.34/tests/unit_tests/abbreviations_tests → webviz_subsurface-0.2.36/tests/unit_tests/data_input}/__init__.py +0 -0
- {webviz_subsurface-0.2.34 → webviz_subsurface-0.2.36}/tests/unit_tests/data_input/test_calc_from_cumulatives.py +0 -0
- {webviz_subsurface-0.2.34 → webviz_subsurface-0.2.36}/tests/unit_tests/data_input/test_image_processing.py +0 -0
- {webviz_subsurface-0.2.34/tests/unit_tests/data_input → webviz_subsurface-0.2.36/tests/unit_tests/mocks}/__init__.py +0 -0
- {webviz_subsurface-0.2.34 → webviz_subsurface-0.2.36}/tests/unit_tests/mocks/ensemble_summary_provider_dummy.py +0 -0
- {webviz_subsurface-0.2.34/tests/unit_tests/mocks → webviz_subsurface-0.2.36/tests/unit_tests/model_tests}/__init__.py +0 -0
- {webviz_subsurface-0.2.34 → webviz_subsurface-0.2.36}/tests/unit_tests/model_tests/test_ensemble_model.py +0 -0
- {webviz_subsurface-0.2.34 → webviz_subsurface-0.2.36}/tests/unit_tests/model_tests/test_ensemble_set_model.py +0 -0
- {webviz_subsurface-0.2.34 → webviz_subsurface-0.2.36}/tests/unit_tests/model_tests/test_gruptree_model.py +0 -0
- {webviz_subsurface-0.2.34 → webviz_subsurface-0.2.36}/tests/unit_tests/model_tests/test_property_statistics_model.py +0 -0
- {webviz_subsurface-0.2.34 → webviz_subsurface-0.2.36}/tests/unit_tests/model_tests/test_surface_set_model.py +0 -0
- {webviz_subsurface-0.2.34 → webviz_subsurface-0.2.36}/tests/unit_tests/model_tests/test_well_attributes_model.py +0 -0
- {webviz_subsurface-0.2.34 → webviz_subsurface-0.2.36}/tests/unit_tests/model_tests/test_well_set_model.py +0 -0
- {webviz_subsurface-0.2.34/tests/unit_tests/model_tests → webviz_subsurface-0.2.36/tests/unit_tests/plugin_tests}/__init__.py +0 -0
- {webviz_subsurface-0.2.34 → webviz_subsurface-0.2.36}/tests/unit_tests/plugin_tests/test_grouptree.py +0 -0
- {webviz_subsurface-0.2.34/tests/unit_tests/plugin_tests → webviz_subsurface-0.2.36/tests/unit_tests/plugin_tests/test_simulation_time_series}/__init__.py +0 -0
- {webviz_subsurface-0.2.34/tests/unit_tests/plugin_tests/test_simulation_time_series → webviz_subsurface-0.2.36/tests/unit_tests/plugin_tests/test_simulation_time_series/mocks}/__init__.py +0 -0
- {webviz_subsurface-0.2.34 → webviz_subsurface-0.2.36}/tests/unit_tests/plugin_tests/test_simulation_time_series/mocks/derived_vectors_accessor_ensemble_summary_provider_mock.py +0 -0
- {webviz_subsurface-0.2.34/tests/unit_tests/plugin_tests/test_simulation_time_series/mocks → webviz_subsurface-0.2.36/tests/unit_tests/plugin_tests/test_simulation_time_series/test_utils}/__init__.py +0 -0
- {webviz_subsurface-0.2.34 → webviz_subsurface-0.2.36}/tests/unit_tests/plugin_tests/test_simulation_time_series/test_utils/test_create_vector_traces_utils.py +0 -0
- {webviz_subsurface-0.2.34 → webviz_subsurface-0.2.36}/tests/unit_tests/plugin_tests/test_simulation_time_series/test_utils/test_dataframe_utils.py +0 -0
- {webviz_subsurface-0.2.34 → webviz_subsurface-0.2.36}/tests/unit_tests/plugin_tests/test_simulation_time_series/test_utils/test_datetime_utils.py +0 -0
- {webviz_subsurface-0.2.34 → webviz_subsurface-0.2.36}/tests/unit_tests/plugin_tests/test_simulation_time_series/test_utils/test_delta_ensemble_utils.py +0 -0
- {webviz_subsurface-0.2.34 → webviz_subsurface-0.2.36}/tests/unit_tests/plugin_tests/test_simulation_time_series/test_utils/test_derived_delta_ensemble_vectors_accessor_impl.py +0 -0
- {webviz_subsurface-0.2.34 → webviz_subsurface-0.2.36}/tests/unit_tests/plugin_tests/test_simulation_time_series/test_utils/test_derived_ensemble_vectors_accessor_impl.py +0 -0
- {webviz_subsurface-0.2.34 → webviz_subsurface-0.2.36}/tests/unit_tests/plugin_tests/test_simulation_time_series/test_utils/test_derived_ensemble_vectors_accessor_utils.py +0 -0
- {webviz_subsurface-0.2.34 → webviz_subsurface-0.2.36}/tests/unit_tests/plugin_tests/test_simulation_time_series/test_utils/test_derived_vector_accessor.py +0 -0
- {webviz_subsurface-0.2.34 → webviz_subsurface-0.2.36}/tests/unit_tests/plugin_tests/test_simulation_time_series/test_utils/test_ensemble_summary_provider_set_utils.py +0 -0
- {webviz_subsurface-0.2.34 → webviz_subsurface-0.2.36}/tests/unit_tests/plugin_tests/test_simulation_time_series/test_utils/test_from_timeseries_cumulatives.py +0 -0
- {webviz_subsurface-0.2.34 → webviz_subsurface-0.2.36}/tests/unit_tests/plugin_tests/test_simulation_time_series/test_utils/test_history_vectors.py +0 -0
- {webviz_subsurface-0.2.34 → webviz_subsurface-0.2.36}/tests/unit_tests/plugin_tests/test_simulation_time_series/test_utils/test_trace_line_shape.py +0 -0
- {webviz_subsurface-0.2.34 → webviz_subsurface-0.2.36}/tests/unit_tests/plugin_tests/test_simulation_time_series/test_utils/test_vector_statistics.py +0 -0
- {webviz_subsurface-0.2.34 → webviz_subsurface-0.2.36}/tests/unit_tests/plugin_tests/test_tornado_data.py +0 -0
- {webviz_subsurface-0.2.34 → webviz_subsurface-0.2.36}/tests/unit_tests/plugin_tests/test_well_completions.py +0 -0
- {webviz_subsurface-0.2.34/tests/unit_tests/plugin_tests/test_simulation_time_series/test_utils → webviz_subsurface-0.2.36/tests/unit_tests/provider_tests}/__init__.py +0 -0
- {webviz_subsurface-0.2.34 → webviz_subsurface-0.2.36}/tests/unit_tests/provider_tests/test_ensemble_summary_provider.py +0 -0
- {webviz_subsurface-0.2.34 → webviz_subsurface-0.2.36}/tests/unit_tests/provider_tests/test_ensemble_summary_provider_impl_arrow_lazy.py +0 -0
- {webviz_subsurface-0.2.34 → webviz_subsurface-0.2.36}/tests/unit_tests/provider_tests/test_ensemble_summary_provider_impl_arrow_presampled.py +0 -0
- {webviz_subsurface-0.2.34 → webviz_subsurface-0.2.36}/tests/unit_tests/provider_tests/test_ensemble_summary_provider_resampling.py +0 -0
- {webviz_subsurface-0.2.34 → webviz_subsurface-0.2.36}/tests/unit_tests/provider_tests/test_ensemble_table_provider.py +0 -0
- {webviz_subsurface-0.2.34/tests/unit_tests/provider_tests → webviz_subsurface-0.2.36/tests/unit_tests/utils_tests}/__init__.py +0 -0
- {webviz_subsurface-0.2.34 → webviz_subsurface-0.2.36}/tests/unit_tests/utils_tests/test_dataframe_utils.py +0 -0
- {webviz_subsurface-0.2.34/tests/unit_tests/utils_tests → webviz_subsurface-0.2.36/tests/unit_tests/utils_tests/test_ensemble_summary_provider_set}/__init__.py +0 -0
- {webviz_subsurface-0.2.34 → webviz_subsurface-0.2.36}/tests/unit_tests/utils_tests/test_ensemble_summary_provider_set/mocks/ensemble_summary_provider_mock.py +0 -0
- {webviz_subsurface-0.2.34 → webviz_subsurface-0.2.36}/tests/unit_tests/utils_tests/test_ensemble_summary_provider_set/test_ensemble_summary_provider_set.py +0 -0
- {webviz_subsurface-0.2.34 → webviz_subsurface-0.2.36}/tests/unit_tests/utils_tests/test_formatting.py +0 -0
- {webviz_subsurface-0.2.34 → webviz_subsurface-0.2.36}/tests/unit_tests/utils_tests/test_simulation_timeseries.py +0 -0
- {webviz_subsurface-0.2.34 → webviz_subsurface-0.2.36}/webviz_subsurface/__init__.py +0 -0
- {webviz_subsurface-0.2.34/tests/unit_tests/utils_tests/test_ensemble_summary_provider_set → webviz_subsurface-0.2.36/webviz_subsurface/_abbreviations}/__init__.py +0 -0
- {webviz_subsurface-0.2.34 → webviz_subsurface-0.2.36}/webviz_subsurface/_abbreviations/abbreviation_data/reservoir_simulation_unit_terminology.json +0 -0
- {webviz_subsurface-0.2.34 → webviz_subsurface-0.2.36}/webviz_subsurface/_abbreviations/abbreviation_data/si_prefixes.json +0 -0
- {webviz_subsurface-0.2.34 → webviz_subsurface-0.2.36}/webviz_subsurface/_abbreviations/abbreviation_data/volume_terminology.json +0 -0
- {webviz_subsurface-0.2.34 → webviz_subsurface-0.2.36}/webviz_subsurface/_abbreviations/number_formatting.py +0 -0
- {webviz_subsurface-0.2.34 → webviz_subsurface-0.2.36}/webviz_subsurface/_abbreviations/reservoir_simulation.py +0 -0
- {webviz_subsurface-0.2.34 → webviz_subsurface-0.2.36}/webviz_subsurface/_abbreviations/volume_terminology.py +0 -0
- {webviz_subsurface-0.2.34 → webviz_subsurface-0.2.36}/webviz_subsurface/_assets/css/block_options.css +0 -0
- {webviz_subsurface-0.2.34 → webviz_subsurface-0.2.36}/webviz_subsurface/_assets/css/container.css +0 -0
- {webviz_subsurface-0.2.34 → webviz_subsurface-0.2.36}/webviz_subsurface/_assets/css/inplace_volumes.css +0 -0
- {webviz_subsurface-0.2.34 → webviz_subsurface-0.2.36}/webviz_subsurface/_assets/css/modal.css +0 -0
- {webviz_subsurface-0.2.34 → webviz_subsurface-0.2.36}/webviz_subsurface/_assets/css/structural_uncertainty.css +0 -0
- {webviz_subsurface-0.2.34 → webviz_subsurface-0.2.36}/webviz_subsurface/_assets/js/clientside_functions.js +0 -0
- {webviz_subsurface-0.2.34 → webviz_subsurface-0.2.36}/webviz_subsurface/_components/__init__.py +0 -0
- {webviz_subsurface-0.2.34 → webviz_subsurface-0.2.36}/webviz_subsurface/_components/color_picker.py +0 -0
- {webviz_subsurface-0.2.34 → webviz_subsurface-0.2.36}/webviz_subsurface/_components/parameter_filter.py +0 -0
- {webviz_subsurface-0.2.34/webviz_subsurface/_abbreviations → webviz_subsurface-0.2.36/webviz_subsurface/_components/tornado}/__init__.py +0 -0
- {webviz_subsurface-0.2.34 → webviz_subsurface-0.2.36}/webviz_subsurface/_components/tornado/_tornado_bar_chart.py +0 -0
- {webviz_subsurface-0.2.34 → webviz_subsurface-0.2.36}/webviz_subsurface/_components/tornado/_tornado_data.py +0 -0
- {webviz_subsurface-0.2.34 → webviz_subsurface-0.2.36}/webviz_subsurface/_components/tornado/_tornado_table.py +0 -0
- {webviz_subsurface-0.2.34 → webviz_subsurface-0.2.36}/webviz_subsurface/_components/tornado/tornado_widget.py +0 -0
- {webviz_subsurface-0.2.34/webviz_subsurface/_components/tornado → webviz_subsurface-0.2.36/webviz_subsurface/_datainput}/__init__.py +0 -0
- {webviz_subsurface-0.2.34/webviz_subsurface/_datainput → webviz_subsurface-0.2.36/webviz_subsurface/_datainput/eclipse_init_io}/__init__.py +0 -0
- {webviz_subsurface-0.2.34 → webviz_subsurface-0.2.36}/webviz_subsurface/_datainput/eclipse_init_io/pvt_common.py +0 -0
- {webviz_subsurface-0.2.34 → webviz_subsurface-0.2.36}/webviz_subsurface/_datainput/eclipse_init_io/pvt_gas.py +0 -0
- {webviz_subsurface-0.2.34 → webviz_subsurface-0.2.36}/webviz_subsurface/_datainput/eclipse_init_io/pvt_oil.py +0 -0
- {webviz_subsurface-0.2.34 → webviz_subsurface-0.2.36}/webviz_subsurface/_datainput/eclipse_init_io/pvt_water.py +0 -0
- {webviz_subsurface-0.2.34 → webviz_subsurface-0.2.36}/webviz_subsurface/_datainput/eclipse_unit.py +0 -0
- {webviz_subsurface-0.2.34 → webviz_subsurface-0.2.36}/webviz_subsurface/_datainput/fmu_input.py +0 -0
- {webviz_subsurface-0.2.34 → webviz_subsurface-0.2.36}/webviz_subsurface/_datainput/from_timeseries_cumulatives.py +0 -0
- {webviz_subsurface-0.2.34 → webviz_subsurface-0.2.36}/webviz_subsurface/_datainput/grid.py +0 -0
- {webviz_subsurface-0.2.34 → webviz_subsurface-0.2.36}/webviz_subsurface/_datainput/history_match.py +0 -0
- {webviz_subsurface-0.2.34 → webviz_subsurface-0.2.36}/webviz_subsurface/_datainput/image_processing.py +0 -0
- {webviz_subsurface-0.2.34 → webviz_subsurface-0.2.36}/webviz_subsurface/_datainput/inplace_volumes.py +0 -0
- {webviz_subsurface-0.2.34 → webviz_subsurface-0.2.36}/webviz_subsurface/_datainput/pvt_data.py +0 -0
- {webviz_subsurface-0.2.34 → webviz_subsurface-0.2.36}/webviz_subsurface/_datainput/relative_permeability.py +0 -0
- {webviz_subsurface-0.2.34 → webviz_subsurface-0.2.36}/webviz_subsurface/_datainput/seismic.py +0 -0
- {webviz_subsurface-0.2.34 → webviz_subsurface-0.2.36}/webviz_subsurface/_datainput/surface.py +0 -0
- {webviz_subsurface-0.2.34 → webviz_subsurface-0.2.36}/webviz_subsurface/_datainput/units.py +0 -0
- {webviz_subsurface-0.2.34 → webviz_subsurface-0.2.36}/webviz_subsurface/_datainput/well.py +0 -0
- {webviz_subsurface-0.2.34 → webviz_subsurface-0.2.36}/webviz_subsurface/_datainput/well_completions.py +0 -0
- {webviz_subsurface-0.2.34 → webviz_subsurface-0.2.36}/webviz_subsurface/_datainput/xsection.py +0 -0
- {webviz_subsurface-0.2.34 → webviz_subsurface-0.2.36}/webviz_subsurface/_figures/__init__.py +0 -0
- {webviz_subsurface-0.2.34 → webviz_subsurface-0.2.36}/webviz_subsurface/_figures/barchart.py +0 -0
- {webviz_subsurface-0.2.34 → webviz_subsurface-0.2.36}/webviz_subsurface/_figures/px_figure.py +0 -0
- {webviz_subsurface-0.2.34 → webviz_subsurface-0.2.36}/webviz_subsurface/_figures/scatterplot.py +0 -0
- {webviz_subsurface-0.2.34 → webviz_subsurface-0.2.36}/webviz_subsurface/_figures/timeseries_figure.py +0 -0
- {webviz_subsurface-0.2.34 → webviz_subsurface-0.2.36}/webviz_subsurface/_models/__init__.py +0 -0
- {webviz_subsurface-0.2.34 → webviz_subsurface-0.2.36}/webviz_subsurface/_models/caching_ensemble_set_model_factory.py +0 -0
- {webviz_subsurface-0.2.34 → webviz_subsurface-0.2.36}/webviz_subsurface/_models/ensemble_model.py +0 -0
- {webviz_subsurface-0.2.34 → webviz_subsurface-0.2.36}/webviz_subsurface/_models/ensemble_set_model.py +0 -0
- {webviz_subsurface-0.2.34 → webviz_subsurface-0.2.36}/webviz_subsurface/_models/gruptree_model.py +0 -0
- {webviz_subsurface-0.2.34 → webviz_subsurface-0.2.36}/webviz_subsurface/_models/inplace_volumes_model.py +0 -0
- {webviz_subsurface-0.2.34 → webviz_subsurface-0.2.36}/webviz_subsurface/_models/observation_model.py +0 -0
- {webviz_subsurface-0.2.34 → webviz_subsurface-0.2.36}/webviz_subsurface/_models/parameter_model.py +0 -0
- {webviz_subsurface-0.2.34 → webviz_subsurface-0.2.36}/webviz_subsurface/_models/stratigraphy_model.py +0 -0
- {webviz_subsurface-0.2.34 → webviz_subsurface-0.2.36}/webviz_subsurface/_models/surface_leaflet_model.py +0 -0
- {webviz_subsurface-0.2.34 → webviz_subsurface-0.2.36}/webviz_subsurface/_models/surface_set_model.py +0 -0
- {webviz_subsurface-0.2.34 → webviz_subsurface-0.2.36}/webviz_subsurface/_models/well_attributes_model.py +0 -0
- {webviz_subsurface-0.2.34 → webviz_subsurface-0.2.36}/webviz_subsurface/_models/well_set_model.py +0 -0
- {webviz_subsurface-0.2.34/webviz_subsurface/_datainput/eclipse_init_io → webviz_subsurface-0.2.36/webviz_subsurface/_private_plugins}/__init__.py +0 -0
- {webviz_subsurface-0.2.34 → webviz_subsurface-0.2.36}/webviz_subsurface/_private_plugins/surface_selector.py +0 -0
- {webviz_subsurface-0.2.34 → webviz_subsurface-0.2.36}/webviz_subsurface/_providers/__init__.py +0 -0
- {webviz_subsurface-0.2.34 → webviz_subsurface-0.2.36}/webviz_subsurface/_providers/ensemble_fault_polygons_provider/__init__.py +0 -0
- {webviz_subsurface-0.2.34 → webviz_subsurface-0.2.36}/webviz_subsurface/_providers/ensemble_fault_polygons_provider/_fault_polygons_discovery.py +0 -0
- {webviz_subsurface-0.2.34 → webviz_subsurface-0.2.36}/webviz_subsurface/_providers/ensemble_fault_polygons_provider/_provider_impl_file.py +0 -0
- {webviz_subsurface-0.2.34 → webviz_subsurface-0.2.36}/webviz_subsurface/_providers/ensemble_fault_polygons_provider/ensemble_fault_polygons_provider.py +0 -0
- {webviz_subsurface-0.2.34 → webviz_subsurface-0.2.36}/webviz_subsurface/_providers/ensemble_fault_polygons_provider/ensemble_fault_polygons_provider_factory.py +0 -0
- {webviz_subsurface-0.2.34 → webviz_subsurface-0.2.36}/webviz_subsurface/_providers/ensemble_fault_polygons_provider/fault_polygons_server.py +0 -0
- {webviz_subsurface-0.2.34 → webviz_subsurface-0.2.36}/webviz_subsurface/_providers/ensemble_grid_provider/__init__.py +0 -0
- {webviz_subsurface-0.2.34 → webviz_subsurface-0.2.36}/webviz_subsurface/_providers/ensemble_grid_provider/_egrid_file_discovery.py +0 -0
- {webviz_subsurface-0.2.34 → webviz_subsurface-0.2.36}/webviz_subsurface/_providers/ensemble_grid_provider/_roff_file_discovery.py +0 -0
- {webviz_subsurface-0.2.34 → webviz_subsurface-0.2.36}/webviz_subsurface/_providers/ensemble_grid_provider/ensemble_grid_provider.py +0 -0
- {webviz_subsurface-0.2.34 → webviz_subsurface-0.2.36}/webviz_subsurface/_providers/ensemble_grid_provider/ensemble_grid_provider_factory.py +0 -0
- {webviz_subsurface-0.2.34 → webviz_subsurface-0.2.36}/webviz_subsurface/_providers/ensemble_grid_provider/provider_impl_egrid.py +0 -0
- {webviz_subsurface-0.2.34 → webviz_subsurface-0.2.36}/webviz_subsurface/_providers/ensemble_grid_provider/provider_impl_roff.py +0 -0
- {webviz_subsurface-0.2.34/webviz_subsurface/_private_plugins → webviz_subsurface-0.2.36/webviz_subsurface/_providers/ensemble_summary_provider}/__init__.py +0 -0
- {webviz_subsurface-0.2.34 → webviz_subsurface-0.2.36}/webviz_subsurface/_providers/ensemble_summary_provider/_arrow_unsmry_import.py +0 -0
- {webviz_subsurface-0.2.34 → webviz_subsurface-0.2.36}/webviz_subsurface/_providers/ensemble_summary_provider/_csv_import.py +0 -0
- {webviz_subsurface-0.2.34 → webviz_subsurface-0.2.36}/webviz_subsurface/_providers/ensemble_summary_provider/_dataframe_utils.py +0 -0
- {webviz_subsurface-0.2.34 → webviz_subsurface-0.2.36}/webviz_subsurface/_providers/ensemble_summary_provider/_field_metadata.py +0 -0
- {webviz_subsurface-0.2.34 → webviz_subsurface-0.2.36}/webviz_subsurface/_providers/ensemble_summary_provider/_table_utils.py +0 -0
- {webviz_subsurface-0.2.34 → webviz_subsurface-0.2.36}/webviz_subsurface/_providers/ensemble_summary_provider/dev_compare_fmu_to_lazy_provider.py +0 -0
- {webviz_subsurface-0.2.34 → webviz_subsurface-0.2.36}/webviz_subsurface/_providers/ensemble_summary_provider/dev_provider_perf_testing.py +0 -0
- {webviz_subsurface-0.2.34 → webviz_subsurface-0.2.36}/webviz_subsurface/_providers/ensemble_summary_provider/ensemble_summary_provider.py +0 -0
- {webviz_subsurface-0.2.34 → webviz_subsurface-0.2.36}/webviz_subsurface/_providers/ensemble_summary_provider/ensemble_summary_provider_factory.py +0 -0
- {webviz_subsurface-0.2.34 → webviz_subsurface-0.2.36}/webviz_subsurface/_providers/ensemble_summary_provider/utils.py +0 -0
- {webviz_subsurface-0.2.34 → webviz_subsurface-0.2.36}/webviz_subsurface/_providers/ensemble_surface_provider/__init__.py +0 -0
- {webviz_subsurface-0.2.34 → webviz_subsurface-0.2.36}/webviz_subsurface/_providers/ensemble_surface_provider/_stat_surf_cache.py +0 -0
- {webviz_subsurface-0.2.34 → webviz_subsurface-0.2.36}/webviz_subsurface/_providers/ensemble_surface_provider/_surface_discovery.py +0 -0
- {webviz_subsurface-0.2.34 → webviz_subsurface-0.2.36}/webviz_subsurface/_providers/ensemble_surface_provider/_surface_to_image.py +0 -0
- {webviz_subsurface-0.2.34 → webviz_subsurface-0.2.36}/webviz_subsurface/_providers/ensemble_surface_provider/_types.py +0 -0
- {webviz_subsurface-0.2.34 → webviz_subsurface-0.2.36}/webviz_subsurface/_providers/ensemble_surface_provider/dev_experiments.py +0 -0
- {webviz_subsurface-0.2.34 → webviz_subsurface-0.2.36}/webviz_subsurface/_providers/ensemble_surface_provider/dev_surface_server_lazy.py +0 -0
- {webviz_subsurface-0.2.34 → webviz_subsurface-0.2.36}/webviz_subsurface/_providers/ensemble_surface_provider/ensemble_surface_provider.py +0 -0
- {webviz_subsurface-0.2.34 → webviz_subsurface-0.2.36}/webviz_subsurface/_providers/ensemble_surface_provider/ensemble_surface_provider_factory.py +0 -0
- {webviz_subsurface-0.2.34 → webviz_subsurface-0.2.36}/webviz_subsurface/_providers/ensemble_surface_provider/surface_array_server.py +0 -0
- {webviz_subsurface-0.2.34 → webviz_subsurface-0.2.36}/webviz_subsurface/_providers/ensemble_surface_provider/surface_image_server.py +0 -0
- {webviz_subsurface-0.2.34 → webviz_subsurface-0.2.36}/webviz_subsurface/_providers/ensemble_table_provider/__init__.py +0 -0
- {webviz_subsurface-0.2.34 → webviz_subsurface-0.2.36}/webviz_subsurface/_providers/ensemble_table_provider/_field_metadata.py +0 -0
- {webviz_subsurface-0.2.34 → webviz_subsurface-0.2.36}/webviz_subsurface/_providers/ensemble_table_provider/_table_import.py +0 -0
- {webviz_subsurface-0.2.34 → webviz_subsurface-0.2.36}/webviz_subsurface/_providers/ensemble_table_provider/ensemble_table_provider.py +0 -0
- {webviz_subsurface-0.2.34 → webviz_subsurface-0.2.36}/webviz_subsurface/_providers/ensemble_table_provider/ensemble_table_provider_factory.py +0 -0
- {webviz_subsurface-0.2.34 → webviz_subsurface-0.2.36}/webviz_subsurface/_providers/ensemble_table_provider/ensemble_table_provider_impl_arrow.py +0 -0
- {webviz_subsurface-0.2.34 → webviz_subsurface-0.2.36}/webviz_subsurface/_providers/well_provider/__init__.py +0 -0
- {webviz_subsurface-0.2.34 → webviz_subsurface-0.2.36}/webviz_subsurface/_providers/well_provider/_provider_impl_file.py +0 -0
- {webviz_subsurface-0.2.34 → webviz_subsurface-0.2.36}/webviz_subsurface/_providers/well_provider/dev_experiments.py +0 -0
- {webviz_subsurface-0.2.34 → webviz_subsurface-0.2.36}/webviz_subsurface/_providers/well_provider/well_provider.py +0 -0
- {webviz_subsurface-0.2.34 → webviz_subsurface-0.2.36}/webviz_subsurface/_providers/well_provider/well_provider_factory.py +0 -0
- {webviz_subsurface-0.2.34 → webviz_subsurface-0.2.36}/webviz_subsurface/_providers/well_provider/well_server.py +0 -0
- {webviz_subsurface-0.2.34/webviz_subsurface/_providers/ensemble_summary_provider → webviz_subsurface-0.2.36/webviz_subsurface/_utils}/__init__.py +0 -0
- {webviz_subsurface-0.2.34 → webviz_subsurface-0.2.36}/webviz_subsurface/_utils/colors.py +0 -0
- {webviz_subsurface-0.2.34 → webviz_subsurface-0.2.36}/webviz_subsurface/_utils/dataframe_utils.py +0 -0
- {webviz_subsurface-0.2.34 → webviz_subsurface-0.2.36}/webviz_subsurface/_utils/ensemble_summary_provider_set.py +0 -0
- {webviz_subsurface-0.2.34 → webviz_subsurface-0.2.36}/webviz_subsurface/_utils/ensemble_summary_provider_set_factory.py +0 -0
- {webviz_subsurface-0.2.34 → webviz_subsurface-0.2.36}/webviz_subsurface/_utils/ensemble_table_provider_set.py +0 -0
- {webviz_subsurface-0.2.34 → webviz_subsurface-0.2.36}/webviz_subsurface/_utils/ensemble_table_provider_set_factory.py +0 -0
- {webviz_subsurface-0.2.34 → webviz_subsurface-0.2.36}/webviz_subsurface/_utils/enum_shim.py +0 -0
- {webviz_subsurface-0.2.34 → webviz_subsurface-0.2.36}/webviz_subsurface/_utils/fanchart_plotting.py +0 -0
- {webviz_subsurface-0.2.34 → webviz_subsurface-0.2.36}/webviz_subsurface/_utils/formatting.py +0 -0
- {webviz_subsurface-0.2.34 → webviz_subsurface-0.2.36}/webviz_subsurface/_utils/parameter_response.py +0 -0
- {webviz_subsurface-0.2.34 → webviz_subsurface-0.2.36}/webviz_subsurface/_utils/perf_timer.py +0 -0
- {webviz_subsurface-0.2.34 → webviz_subsurface-0.2.36}/webviz_subsurface/_utils/simulation_timeseries.py +0 -0
- {webviz_subsurface-0.2.34 → webviz_subsurface-0.2.36}/webviz_subsurface/_utils/statistics_plotting.py +0 -0
- {webviz_subsurface-0.2.34 → webviz_subsurface-0.2.36}/webviz_subsurface/_utils/unique_theming.py +0 -0
- {webviz_subsurface-0.2.34 → webviz_subsurface-0.2.36}/webviz_subsurface/_utils/user_defined_vector_definitions.py +0 -0
- {webviz_subsurface-0.2.34 → webviz_subsurface-0.2.36}/webviz_subsurface/_utils/vector_calculator.py +0 -0
- {webviz_subsurface-0.2.34 → webviz_subsurface-0.2.36}/webviz_subsurface/_utils/vector_selector.py +0 -0
- {webviz_subsurface-0.2.34 → webviz_subsurface-0.2.36}/webviz_subsurface/_utils/webvizstore_functions.py +0 -0
- {webviz_subsurface-0.2.34 → webviz_subsurface-0.2.36}/webviz_subsurface/plugins/__init__.py +0 -0
- {webviz_subsurface-0.2.34 → webviz_subsurface-0.2.36}/webviz_subsurface/plugins/_assisted_history_matching_analysis.py +0 -0
- {webviz_subsurface-0.2.34 → webviz_subsurface-0.2.36}/webviz_subsurface/plugins/_bhp_qc/__init__.py +0 -0
- {webviz_subsurface-0.2.34 → webviz_subsurface-0.2.36}/webviz_subsurface/plugins/_bhp_qc/_plugin.py +0 -0
- {webviz_subsurface-0.2.34 → webviz_subsurface-0.2.36}/webviz_subsurface/plugins/_bhp_qc/_plugin_ids.py +0 -0
- {webviz_subsurface-0.2.34 → webviz_subsurface-0.2.36}/webviz_subsurface/plugins/_bhp_qc/shared_settings/__init__.py +0 -0
- {webviz_subsurface-0.2.34 → webviz_subsurface-0.2.36}/webviz_subsurface/plugins/_bhp_qc/shared_settings/_filter.py +0 -0
- {webviz_subsurface-0.2.34 → webviz_subsurface-0.2.36}/webviz_subsurface/plugins/_bhp_qc/view_elements/__init__.py +0 -0
- {webviz_subsurface-0.2.34 → webviz_subsurface-0.2.36}/webviz_subsurface/plugins/_bhp_qc/view_elements/_graph.py +0 -0
- {webviz_subsurface-0.2.34 → webviz_subsurface-0.2.36}/webviz_subsurface/plugins/_bhp_qc/views/__init__.py +0 -0
- {webviz_subsurface-0.2.34 → webviz_subsurface-0.2.36}/webviz_subsurface/plugins/_bhp_qc/views/_bar_chart.py +0 -0
- {webviz_subsurface-0.2.34 → webviz_subsurface-0.2.36}/webviz_subsurface/plugins/_bhp_qc/views/_fan_chart.py +0 -0
- {webviz_subsurface-0.2.34 → webviz_subsurface-0.2.36}/webviz_subsurface/plugins/_bhp_qc/views/_line_chart.py +0 -0
- {webviz_subsurface-0.2.34 → webviz_subsurface-0.2.36}/webviz_subsurface/plugins/_co2_leakage/__init__.py +0 -0
- {webviz_subsurface-0.2.34 → webviz_subsurface-0.2.36}/webviz_subsurface/plugins/_co2_leakage/_error.py +0 -0
- {webviz_subsurface-0.2.34 → webviz_subsurface-0.2.36}/webviz_subsurface/plugins/_co2_leakage/_plugin.py +0 -0
- {webviz_subsurface-0.2.34/webviz_subsurface/_utils → webviz_subsurface-0.2.36/webviz_subsurface/plugins/_co2_leakage/_utilities}/__init__.py +0 -0
- {webviz_subsurface-0.2.34 → webviz_subsurface-0.2.36}/webviz_subsurface/plugins/_co2_leakage/_utilities/callbacks.py +0 -0
- {webviz_subsurface-0.2.34 → webviz_subsurface-0.2.36}/webviz_subsurface/plugins/_co2_leakage/_utilities/co2volume.py +0 -0
- {webviz_subsurface-0.2.34 → webviz_subsurface-0.2.36}/webviz_subsurface/plugins/_co2_leakage/_utilities/color_tables.py +0 -0
- {webviz_subsurface-0.2.34 → webviz_subsurface-0.2.36}/webviz_subsurface/plugins/_co2_leakage/_utilities/fault_polygons.py +0 -0
- {webviz_subsurface-0.2.34 → webviz_subsurface-0.2.36}/webviz_subsurface/plugins/_co2_leakage/_utilities/generic.py +0 -0
- {webviz_subsurface-0.2.34 → webviz_subsurface-0.2.36}/webviz_subsurface/plugins/_co2_leakage/_utilities/initialization.py +0 -0
- {webviz_subsurface-0.2.34 → webviz_subsurface-0.2.36}/webviz_subsurface/plugins/_co2_leakage/_utilities/summary_graphs.py +0 -0
- {webviz_subsurface-0.2.34 → webviz_subsurface-0.2.36}/webviz_subsurface/plugins/_co2_leakage/_utilities/surface_publishing.py +0 -0
- {webviz_subsurface-0.2.34/webviz_subsurface/plugins/_co2_leakage/_utilities → webviz_subsurface-0.2.36/webviz_subsurface/plugins/_co2_leakage/views}/__init__.py +0 -0
- {webviz_subsurface-0.2.34/webviz_subsurface/plugins/_co2_leakage/views → webviz_subsurface-0.2.36/webviz_subsurface/plugins/_co2_leakage/views/mainview}/__init__.py +0 -0
- {webviz_subsurface-0.2.34 → webviz_subsurface-0.2.36}/webviz_subsurface/plugins/_co2_leakage/views/mainview/settings.py +0 -0
- {webviz_subsurface-0.2.34 → webviz_subsurface-0.2.36}/webviz_subsurface/plugins/_disk_usage.py +0 -0
- {webviz_subsurface-0.2.34 → webviz_subsurface-0.2.36}/webviz_subsurface/plugins/_grid_viewer_fmu/__init__.py +0 -0
- {webviz_subsurface-0.2.34 → webviz_subsurface-0.2.36}/webviz_subsurface/plugins/_grid_viewer_fmu/_layout_elements.py +0 -0
- {webviz_subsurface-0.2.34 → webviz_subsurface-0.2.36}/webviz_subsurface/plugins/_grid_viewer_fmu/_plugin.py +0 -0
- {webviz_subsurface-0.2.34 → webviz_subsurface-0.2.36}/webviz_subsurface/plugins/_grid_viewer_fmu/_routes.py +0 -0
- {webviz_subsurface-0.2.34 → webviz_subsurface-0.2.36}/webviz_subsurface/plugins/_grid_viewer_fmu/_types.py +0 -0
- {webviz_subsurface-0.2.34/webviz_subsurface/plugins/_co2_leakage/views/mainview → webviz_subsurface-0.2.36/webviz_subsurface/plugins/_grid_viewer_fmu/views}/__init__.py +0 -0
- {webviz_subsurface-0.2.34/webviz_subsurface/plugins/_grid_viewer_fmu/views → webviz_subsurface-0.2.36/webviz_subsurface/plugins/_grid_viewer_fmu/views/view_3d}/__init__.py +0 -0
- {webviz_subsurface-0.2.34 → webviz_subsurface-0.2.36}/webviz_subsurface/plugins/_grid_viewer_fmu/views/view_3d/_view_3d.py +0 -0
- {webviz_subsurface-0.2.34 → webviz_subsurface-0.2.36}/webviz_subsurface/plugins/_grid_viewer_fmu/views/view_3d/settings/__init__.py +0 -0
- {webviz_subsurface-0.2.34 → webviz_subsurface-0.2.36}/webviz_subsurface/plugins/_grid_viewer_fmu/views/view_3d/settings/_color_scale.py +0 -0
- {webviz_subsurface-0.2.34 → webviz_subsurface-0.2.36}/webviz_subsurface/plugins/_grid_viewer_fmu/views/view_3d/settings/_data_selection.py +0 -0
- {webviz_subsurface-0.2.34 → webviz_subsurface-0.2.36}/webviz_subsurface/plugins/_grid_viewer_fmu/views/view_3d/settings/_grid_filter.py +0 -0
- {webviz_subsurface-0.2.34/webviz_subsurface/plugins/_grid_viewer_fmu/views/view_3d → webviz_subsurface-0.2.36/webviz_subsurface/plugins/_grid_viewer_fmu/views/view_3d/view_elements}/__init__.py +0 -0
- {webviz_subsurface-0.2.34 → webviz_subsurface-0.2.36}/webviz_subsurface/plugins/_group_tree/__init__.py +0 -0
- {webviz_subsurface-0.2.34 → webviz_subsurface-0.2.36}/webviz_subsurface/plugins/_group_tree/_plugin.py +0 -0
- {webviz_subsurface-0.2.34 → webviz_subsurface-0.2.36}/webviz_subsurface/plugins/_group_tree/_types.py +0 -0
- {webviz_subsurface-0.2.34 → webviz_subsurface-0.2.36}/webviz_subsurface/plugins/_group_tree/_utils/__init__.py +0 -0
- {webviz_subsurface-0.2.34 → webviz_subsurface-0.2.36}/webviz_subsurface/plugins/_group_tree/_utils/_ensemble_group_tree_data.py +0 -0
- {webviz_subsurface-0.2.34/webviz_subsurface/plugins/_grid_viewer_fmu/views/view_3d/view_elements → webviz_subsurface-0.2.36/webviz_subsurface/plugins/_group_tree/_views}/__init__.py +0 -0
- {webviz_subsurface-0.2.34 → webviz_subsurface-0.2.36}/webviz_subsurface/plugins/_group_tree/_views/_group_tree_view/__init__.py +0 -0
- {webviz_subsurface-0.2.34 → webviz_subsurface-0.2.36}/webviz_subsurface/plugins/_group_tree/_views/_group_tree_view/_view.py +0 -0
- {webviz_subsurface-0.2.34 → webviz_subsurface-0.2.36}/webviz_subsurface/plugins/_group_tree/_views/_group_tree_view/_view_element.py +0 -0
- {webviz_subsurface-0.2.34 → webviz_subsurface-0.2.36}/webviz_subsurface/plugins/_horizon_uncertainty_viewer/__init__.py +0 -0
- {webviz_subsurface-0.2.34 → webviz_subsurface-0.2.36}/webviz_subsurface/plugins/_horizon_uncertainty_viewer/_huv_table.py +0 -0
- {webviz_subsurface-0.2.34 → webviz_subsurface-0.2.36}/webviz_subsurface/plugins/_horizon_uncertainty_viewer/_huv_xsection.py +0 -0
- {webviz_subsurface-0.2.34 → webviz_subsurface-0.2.36}/webviz_subsurface/plugins/_horizon_uncertainty_viewer/horizon_uncertainty_viewer.py +0 -0
- {webviz_subsurface-0.2.34 → webviz_subsurface-0.2.36}/webviz_subsurface/plugins/_inplace_volumes.py +0 -0
- {webviz_subsurface-0.2.34 → webviz_subsurface-0.2.36}/webviz_subsurface/plugins/_inplace_volumes_onebyone.py +0 -0
- {webviz_subsurface-0.2.34/webviz_subsurface/plugins/_group_tree/_views → webviz_subsurface-0.2.36/webviz_subsurface/plugins/_line_plotter_fmu}/__init__.py +0 -0
- {webviz_subsurface-0.2.34 → webviz_subsurface-0.2.36}/webviz_subsurface/plugins/_line_plotter_fmu/controllers/__init__.py +0 -0
- {webviz_subsurface-0.2.34 → webviz_subsurface-0.2.36}/webviz_subsurface/plugins/_line_plotter_fmu/controllers/build_figure.py +0 -0
- {webviz_subsurface-0.2.34 → webviz_subsurface-0.2.36}/webviz_subsurface/plugins/_line_plotter_fmu/controllers/update_figure_clientside.py +0 -0
- {webviz_subsurface-0.2.34/webviz_subsurface/plugins/_line_plotter_fmu → webviz_subsurface-0.2.36/webviz_subsurface/plugins/_line_plotter_fmu/figures}/__init__.py +0 -0
- {webviz_subsurface-0.2.34 → webviz_subsurface-0.2.36}/webviz_subsurface/plugins/_line_plotter_fmu/figures/plotly_line_plot.py +0 -0
- {webviz_subsurface-0.2.34 → webviz_subsurface-0.2.36}/webviz_subsurface/plugins/_line_plotter_fmu/line_plotter_fmu.py +0 -0
- {webviz_subsurface-0.2.34 → webviz_subsurface-0.2.36}/webviz_subsurface/plugins/_line_plotter_fmu/views/__init__.py +0 -0
- {webviz_subsurface-0.2.34 → webviz_subsurface-0.2.36}/webviz_subsurface/plugins/_line_plotter_fmu/views/data_selectors_view.py +0 -0
- {webviz_subsurface-0.2.34 → webviz_subsurface-0.2.36}/webviz_subsurface/plugins/_line_plotter_fmu/views/plot_options_view.py +0 -0
- {webviz_subsurface-0.2.34 → webviz_subsurface-0.2.36}/webviz_subsurface/plugins/_line_plotter_fmu/views/plot_traces_view.py +0 -0
- {webviz_subsurface-0.2.34 → webviz_subsurface-0.2.36}/webviz_subsurface/plugins/_map_viewer_fmu/__init__.py +0 -0
- {webviz_subsurface-0.2.34 → webviz_subsurface-0.2.36}/webviz_subsurface/plugins/_map_viewer_fmu/_layer_model.py +0 -0
- {webviz_subsurface-0.2.34 → webviz_subsurface-0.2.36}/webviz_subsurface/plugins/_map_viewer_fmu/_tmp_well_pick_provider.py +0 -0
- {webviz_subsurface-0.2.34 → webviz_subsurface-0.2.36}/webviz_subsurface/plugins/_map_viewer_fmu/_types.py +0 -0
- {webviz_subsurface-0.2.34 → webviz_subsurface-0.2.36}/webviz_subsurface/plugins/_map_viewer_fmu/_utils.py +0 -0
- {webviz_subsurface-0.2.34 → webviz_subsurface-0.2.36}/webviz_subsurface/plugins/_map_viewer_fmu/callbacks.py +0 -0
- {webviz_subsurface-0.2.34 → webviz_subsurface-0.2.36}/webviz_subsurface/plugins/_map_viewer_fmu/color_tables.py +0 -0
- {webviz_subsurface-0.2.34 → webviz_subsurface-0.2.36}/webviz_subsurface/plugins/_map_viewer_fmu/map_viewer_fmu.py +0 -0
- {webviz_subsurface-0.2.34 → webviz_subsurface-0.2.36}/webviz_subsurface/plugins/_morris_plot.py +0 -0
- {webviz_subsurface-0.2.34 → webviz_subsurface-0.2.36}/webviz_subsurface/plugins/_parameter_analysis/__init__.py +0 -0
- {webviz_subsurface-0.2.34 → webviz_subsurface-0.2.36}/webviz_subsurface/plugins/_parameter_analysis/_plugin.py +0 -0
- {webviz_subsurface-0.2.34 → webviz_subsurface-0.2.36}/webviz_subsurface/plugins/_parameter_analysis/_types.py +0 -0
- {webviz_subsurface-0.2.34 → webviz_subsurface-0.2.36}/webviz_subsurface/plugins/_parameter_analysis/_utils/__init__.py +0 -0
- {webviz_subsurface-0.2.34 → webviz_subsurface-0.2.36}/webviz_subsurface/plugins/_parameter_analysis/_utils/_datetime_utils.py +0 -0
- {webviz_subsurface-0.2.34 → webviz_subsurface-0.2.36}/webviz_subsurface/plugins/_parameter_analysis/_utils/_parameters_model.py +0 -0
- {webviz_subsurface-0.2.34 → webviz_subsurface-0.2.36}/webviz_subsurface/plugins/_parameter_analysis/_utils/_provider_timesseries_datamodel.py +0 -0
- {webviz_subsurface-0.2.34/webviz_subsurface/plugins/_line_plotter_fmu/figures → webviz_subsurface-0.2.36/webviz_subsurface/plugins/_parameter_analysis/_views}/__init__.py +0 -0
- {webviz_subsurface-0.2.34 → webviz_subsurface-0.2.36}/webviz_subsurface/plugins/_parameter_analysis/_views/_parameter_distributions_view/__init__.py +0 -0
- {webviz_subsurface-0.2.34 → webviz_subsurface-0.2.36}/webviz_subsurface/plugins/_parameter_analysis/_views/_parameter_distributions_view/_settings/__init__.py +0 -0
- {webviz_subsurface-0.2.34 → webviz_subsurface-0.2.36}/webviz_subsurface/plugins/_parameter_analysis/_views/_parameter_distributions_view/_settings/_ensembles.py +0 -0
- {webviz_subsurface-0.2.34 → webviz_subsurface-0.2.36}/webviz_subsurface/plugins/_parameter_analysis/_views/_parameter_distributions_view/_settings/_parameters.py +0 -0
- {webviz_subsurface-0.2.34 → webviz_subsurface-0.2.36}/webviz_subsurface/plugins/_parameter_analysis/_views/_parameter_distributions_view/_settings/_visualization_type.py +0 -0
- {webviz_subsurface-0.2.34 → webviz_subsurface-0.2.36}/webviz_subsurface/plugins/_parameter_analysis/_views/_parameter_distributions_view/_view.py +0 -0
- {webviz_subsurface-0.2.34 → webviz_subsurface-0.2.36}/webviz_subsurface/plugins/_parameter_analysis/_views/_parameter_distributions_view/_view_element.py +0 -0
- {webviz_subsurface-0.2.34 → webviz_subsurface-0.2.36}/webviz_subsurface/plugins/_parameter_analysis/_views/_parameter_response_view/__init__.py +0 -0
- {webviz_subsurface-0.2.34 → webviz_subsurface-0.2.36}/webviz_subsurface/plugins/_parameter_analysis/_views/_parameter_response_view/_settings/__init__.py +0 -0
- {webviz_subsurface-0.2.34 → webviz_subsurface-0.2.36}/webviz_subsurface/plugins/_parameter_analysis/_views/_parameter_response_view/_settings/_options.py +0 -0
- {webviz_subsurface-0.2.34 → webviz_subsurface-0.2.36}/webviz_subsurface/plugins/_parameter_analysis/_views/_parameter_response_view/_settings/_parameter_filter.py +0 -0
- {webviz_subsurface-0.2.34 → webviz_subsurface-0.2.36}/webviz_subsurface/plugins/_parameter_analysis/_views/_parameter_response_view/_settings/_selections.py +0 -0
- {webviz_subsurface-0.2.34 → webviz_subsurface-0.2.36}/webviz_subsurface/plugins/_parameter_analysis/_views/_parameter_response_view/_settings/_vizualisation.py +0 -0
- {webviz_subsurface-0.2.34 → webviz_subsurface-0.2.36}/webviz_subsurface/plugins/_parameter_analysis/_views/_parameter_response_view/_utils/__init__.py +0 -0
- {webviz_subsurface-0.2.34 → webviz_subsurface-0.2.36}/webviz_subsurface/plugins/_parameter_analysis/_views/_parameter_response_view/_utils/_color_figure.py +0 -0
- {webviz_subsurface-0.2.34 → webviz_subsurface-0.2.36}/webviz_subsurface/plugins/_parameter_analysis/_views/_parameter_response_view/_view.py +0 -0
- {webviz_subsurface-0.2.34 → webviz_subsurface-0.2.36}/webviz_subsurface/plugins/_parameter_analysis/_views/_parameter_response_view/_view_element.py +0 -0
- {webviz_subsurface-0.2.34 → webviz_subsurface-0.2.36}/webviz_subsurface/plugins/_parameter_correlation/__init__.py +0 -0
- {webviz_subsurface-0.2.34 → webviz_subsurface-0.2.36}/webviz_subsurface/plugins/_parameter_correlation/_error.py +0 -0
- {webviz_subsurface-0.2.34 → webviz_subsurface-0.2.36}/webviz_subsurface/plugins/_parameter_correlation/_plugin.py +0 -0
- {webviz_subsurface-0.2.34 → webviz_subsurface-0.2.36}/webviz_subsurface/plugins/_parameter_correlation/_plugin_ids.py +0 -0
- {webviz_subsurface-0.2.34 → webviz_subsurface-0.2.36}/webviz_subsurface/plugins/_parameter_correlation/views/__init__.py +0 -0
- {webviz_subsurface-0.2.34 → webviz_subsurface-0.2.36}/webviz_subsurface/plugins/_parameter_correlation/views/parameter_plot/__init__.py +0 -0
- {webviz_subsurface-0.2.34 → webviz_subsurface-0.2.36}/webviz_subsurface/plugins/_parameter_correlation/views/parameter_plot/_parameter_plot.py +0 -0
- {webviz_subsurface-0.2.34 → webviz_subsurface-0.2.36}/webviz_subsurface/plugins/_parameter_correlation/views/parameter_plot/settings/__init__.py +0 -0
- {webviz_subsurface-0.2.34 → webviz_subsurface-0.2.36}/webviz_subsurface/plugins/_parameter_correlation/views/parameter_plot/settings/_parameter_settings.py +0 -0
- {webviz_subsurface-0.2.34 → webviz_subsurface-0.2.36}/webviz_subsurface/plugins/_parameter_distribution.py +0 -0
- {webviz_subsurface-0.2.34 → webviz_subsurface-0.2.36}/webviz_subsurface/plugins/_parameter_parallel_coordinates.py +0 -0
- {webviz_subsurface-0.2.34 → webviz_subsurface-0.2.36}/webviz_subsurface/plugins/_parameter_response_correlation.py +0 -0
- {webviz_subsurface-0.2.34 → webviz_subsurface-0.2.36}/webviz_subsurface/plugins/_prod_misfit/__init__.py +0 -0
- {webviz_subsurface-0.2.34 → webviz_subsurface-0.2.36}/webviz_subsurface/plugins/_prod_misfit/_plugin.py +0 -0
- {webviz_subsurface-0.2.34 → webviz_subsurface-0.2.36}/webviz_subsurface/plugins/_prod_misfit/_plugin_ids.py +0 -0
- {webviz_subsurface-0.2.34 → webviz_subsurface-0.2.36}/webviz_subsurface/plugins/_prod_misfit/shared_settings/__init__.py +0 -0
- {webviz_subsurface-0.2.34 → webviz_subsurface-0.2.36}/webviz_subsurface/plugins/_prod_misfit/shared_settings/_filter.py +0 -0
- {webviz_subsurface-0.2.34/webviz_subsurface/plugins/_parameter_analysis/_views → webviz_subsurface-0.2.36/webviz_subsurface/plugins/_prod_misfit/utils}/__init__.py +0 -0
- {webviz_subsurface-0.2.34 → webviz_subsurface-0.2.36}/webviz_subsurface/plugins/_prod_misfit/utils/make_dataframes.py +0 -0
- {webviz_subsurface-0.2.34 → webviz_subsurface-0.2.36}/webviz_subsurface/plugins/_prod_misfit/utils/make_figures.py +0 -0
- {webviz_subsurface-0.2.34 → webviz_subsurface-0.2.36}/webviz_subsurface/plugins/_prod_misfit/view_elements/__init__.py +0 -0
- {webviz_subsurface-0.2.34 → webviz_subsurface-0.2.36}/webviz_subsurface/plugins/_prod_misfit/view_elements/_graph.py +0 -0
- {webviz_subsurface-0.2.34 → webviz_subsurface-0.2.36}/webviz_subsurface/plugins/_prod_misfit/views/__init__.py +0 -0
- {webviz_subsurface-0.2.34 → webviz_subsurface-0.2.36}/webviz_subsurface/plugins/_prod_misfit/views/_production_misfit_per_real.py +0 -0
- {webviz_subsurface-0.2.34 → webviz_subsurface-0.2.36}/webviz_subsurface/plugins/_prod_misfit/views/_view_functions.py +0 -0
- {webviz_subsurface-0.2.34 → webviz_subsurface-0.2.36}/webviz_subsurface/plugins/_prod_misfit/views/_well_production_coverage.py +0 -0
- {webviz_subsurface-0.2.34 → webviz_subsurface-0.2.36}/webviz_subsurface/plugins/_prod_misfit/views/_well_production_heatmap.py +0 -0
- {webviz_subsurface-0.2.34 → webviz_subsurface-0.2.36}/webviz_subsurface/plugins/_property_statistics/__init__.py +0 -0
- {webviz_subsurface-0.2.34 → webviz_subsurface-0.2.36}/webviz_subsurface/plugins/_property_statistics/controllers/__init__.py +0 -0
- {webviz_subsurface-0.2.34 → webviz_subsurface-0.2.36}/webviz_subsurface/plugins/_property_statistics/controllers/property_delta_controller.py +0 -0
- {webviz_subsurface-0.2.34 → webviz_subsurface-0.2.36}/webviz_subsurface/plugins/_property_statistics/controllers/property_qc_controller.py +0 -0
- {webviz_subsurface-0.2.34 → webviz_subsurface-0.2.36}/webviz_subsurface/plugins/_property_statistics/controllers/property_response_controller.py +0 -0
- {webviz_subsurface-0.2.34 → webviz_subsurface-0.2.36}/webviz_subsurface/plugins/_property_statistics/data_loaders/__init__.py +0 -0
- {webviz_subsurface-0.2.34/webviz_subsurface/plugins/_prod_misfit/utils → webviz_subsurface-0.2.36/webviz_subsurface/plugins/_property_statistics/figures}/__init__.py +0 -0
- {webviz_subsurface-0.2.34 → webviz_subsurface-0.2.36}/webviz_subsurface/plugins/_property_statistics/figures/correlation_figure.py +0 -0
- {webviz_subsurface-0.2.34 → webviz_subsurface-0.2.36}/webviz_subsurface/plugins/_property_statistics/models/__init__.py +0 -0
- {webviz_subsurface-0.2.34 → webviz_subsurface-0.2.36}/webviz_subsurface/plugins/_property_statistics/models/ensemble_timeseries_datamodel.py +0 -0
- {webviz_subsurface-0.2.34 → webviz_subsurface-0.2.36}/webviz_subsurface/plugins/_property_statistics/models/property_statistics_model.py +0 -0
- {webviz_subsurface-0.2.34 → webviz_subsurface-0.2.36}/webviz_subsurface/plugins/_property_statistics/models/simulation_timeseries_model.py +0 -0
- {webviz_subsurface-0.2.34 → webviz_subsurface-0.2.36}/webviz_subsurface/plugins/_property_statistics/property_statistics.py +0 -0
- {webviz_subsurface-0.2.34/webviz_subsurface/plugins/_property_statistics/figures → webviz_subsurface-0.2.36/webviz_subsurface/plugins/_property_statistics/utils}/__init__.py +0 -0
- {webviz_subsurface-0.2.34 → webviz_subsurface-0.2.36}/webviz_subsurface/plugins/_property_statistics/utils/colors.py +0 -0
- {webviz_subsurface-0.2.34 → webviz_subsurface-0.2.36}/webviz_subsurface/plugins/_property_statistics/utils/surface.py +0 -0
- {webviz_subsurface-0.2.34 → webviz_subsurface-0.2.36}/webviz_subsurface/plugins/_property_statistics/views/__init__.py +0 -0
- {webviz_subsurface-0.2.34 → webviz_subsurface-0.2.36}/webviz_subsurface/plugins/_property_statistics/views/main_view.py +0 -0
- {webviz_subsurface-0.2.34 → webviz_subsurface-0.2.36}/webviz_subsurface/plugins/_property_statistics/views/property_delta_view.py +0 -0
- {webviz_subsurface-0.2.34 → webviz_subsurface-0.2.36}/webviz_subsurface/plugins/_property_statistics/views/property_qc_view.py +0 -0
- {webviz_subsurface-0.2.34 → webviz_subsurface-0.2.36}/webviz_subsurface/plugins/_property_statistics/views/property_response_view.py +0 -0
- {webviz_subsurface-0.2.34 → webviz_subsurface-0.2.36}/webviz_subsurface/plugins/_property_statistics/views/selector_view.py +0 -0
- {webviz_subsurface-0.2.34 → webviz_subsurface-0.2.36}/webviz_subsurface/plugins/_pvt_plot/__init__.py +0 -0
- {webviz_subsurface-0.2.34 → webviz_subsurface-0.2.36}/webviz_subsurface/plugins/_pvt_plot/_plugin.py +0 -0
- {webviz_subsurface-0.2.34/webviz_subsurface/plugins/_property_statistics/utils → webviz_subsurface-0.2.36/webviz_subsurface/plugins/_pvt_plot/_views}/__init__.py +0 -0
- {webviz_subsurface-0.2.34 → webviz_subsurface-0.2.36}/webviz_subsurface/plugins/_pvt_plot/_views/_pvt/__init__.py +0 -0
- {webviz_subsurface-0.2.34 → webviz_subsurface-0.2.36}/webviz_subsurface/plugins/_pvt_plot/_views/_pvt/_settings/__init__.py +0 -0
- {webviz_subsurface-0.2.34 → webviz_subsurface-0.2.36}/webviz_subsurface/plugins/_pvt_plot/_views/_pvt/_settings/_data_settings.py +0 -0
- {webviz_subsurface-0.2.34 → webviz_subsurface-0.2.36}/webviz_subsurface/plugins/_pvt_plot/_views/_pvt/_settings/_view_settings.py +0 -0
- {webviz_subsurface-0.2.34/webviz_subsurface/plugins/_pvt_plot/_views → webviz_subsurface-0.2.36/webviz_subsurface/plugins/_pvt_plot/_views/_pvt/_utils}/__init__.py +0 -0
- {webviz_subsurface-0.2.34 → webviz_subsurface-0.2.36}/webviz_subsurface/plugins/_pvt_plot/_views/_pvt/_utils/_plot_utils.py +0 -0
- {webviz_subsurface-0.2.34 → webviz_subsurface-0.2.36}/webviz_subsurface/plugins/_pvt_plot/_views/_pvt/_view.py +0 -0
- {webviz_subsurface-0.2.34 → webviz_subsurface-0.2.36}/webviz_subsurface/plugins/_reservoir_simulation_timeseries.py +0 -0
- {webviz_subsurface-0.2.34 → webviz_subsurface-0.2.36}/webviz_subsurface/plugins/_reservoir_simulation_timeseries_onebyone.py +0 -0
- {webviz_subsurface-0.2.34 → webviz_subsurface-0.2.36}/webviz_subsurface/plugins/_reservoir_simulation_timeseries_regional.py +0 -0
- {webviz_subsurface-0.2.34 → webviz_subsurface-0.2.36}/webviz_subsurface/plugins/_rft_plotter/__init__.py +0 -0
- {webviz_subsurface-0.2.34 → webviz_subsurface-0.2.36}/webviz_subsurface/plugins/_rft_plotter/_reusable_settings.py +0 -0
- {webviz_subsurface-0.2.34 → webviz_subsurface-0.2.36}/webviz_subsurface/plugins/_rft_plotter/_reusable_view_element.py +0 -0
- {webviz_subsurface-0.2.34 → webviz_subsurface-0.2.36}/webviz_subsurface/plugins/_rft_plotter/_types.py +0 -0
- {webviz_subsurface-0.2.34 → webviz_subsurface-0.2.36}/webviz_subsurface/plugins/_rft_plotter/_utils/__init__.py +0 -0
- {webviz_subsurface-0.2.34 → webviz_subsurface-0.2.36}/webviz_subsurface/plugins/_rft_plotter/_utils/_formation_figure.py +0 -0
- {webviz_subsurface-0.2.34/webviz_subsurface/plugins/_pvt_plot/_views/_pvt/_utils → webviz_subsurface-0.2.36/webviz_subsurface/plugins/_rft_plotter/_views}/__init__.py +0 -0
- {webviz_subsurface-0.2.34 → webviz_subsurface-0.2.36}/webviz_subsurface/plugins/_rft_plotter/_views/_map_view/__init__.py +0 -0
- {webviz_subsurface-0.2.34 → webviz_subsurface-0.2.36}/webviz_subsurface/plugins/_rft_plotter/_views/_map_view/_settings/__init__.py +0 -0
- {webviz_subsurface-0.2.34 → webviz_subsurface-0.2.36}/webviz_subsurface/plugins/_rft_plotter/_views/_map_view/_settings/_formation_plot_settings.py +0 -0
- {webviz_subsurface-0.2.34 → webviz_subsurface-0.2.36}/webviz_subsurface/plugins/_rft_plotter/_views/_map_view/_settings/_map_settings.py +0 -0
- {webviz_subsurface-0.2.34 → webviz_subsurface-0.2.36}/webviz_subsurface/plugins/_rft_plotter/_views/_map_view/_utils/__init__.py +0 -0
- {webviz_subsurface-0.2.34 → webviz_subsurface-0.2.36}/webviz_subsurface/plugins/_rft_plotter/_views/_map_view/_utils/_map_figure.py +0 -0
- {webviz_subsurface-0.2.34 → webviz_subsurface-0.2.36}/webviz_subsurface/plugins/_rft_plotter/_views/_map_view/_view.py +0 -0
- {webviz_subsurface-0.2.34 → webviz_subsurface-0.2.36}/webviz_subsurface/plugins/_rft_plotter/_views/_misfit_per_real_view/__init__.py +0 -0
- {webviz_subsurface-0.2.34 → webviz_subsurface-0.2.36}/webviz_subsurface/plugins/_rft_plotter/_views/_misfit_per_real_view/_settings.py +0 -0
- {webviz_subsurface-0.2.34 → webviz_subsurface-0.2.36}/webviz_subsurface/plugins/_rft_plotter/_views/_misfit_per_real_view/_utils/__init__.py +0 -0
- {webviz_subsurface-0.2.34 → webviz_subsurface-0.2.36}/webviz_subsurface/plugins/_rft_plotter/_views/_misfit_per_real_view/_utils/_misfit_per_real_figure.py +0 -0
- {webviz_subsurface-0.2.34 → webviz_subsurface-0.2.36}/webviz_subsurface/plugins/_rft_plotter/_views/_misfit_per_real_view/_view.py +0 -0
- {webviz_subsurface-0.2.34 → webviz_subsurface-0.2.36}/webviz_subsurface/plugins/_rft_plotter/_views/_parameter_response_view/__init__.py +0 -0
- {webviz_subsurface-0.2.34 → webviz_subsurface-0.2.36}/webviz_subsurface/plugins/_rft_plotter/_views/_parameter_response_view/_settings/__init__.py +0 -0
- {webviz_subsurface-0.2.34 → webviz_subsurface-0.2.36}/webviz_subsurface/plugins/_rft_plotter/_views/_parameter_response_view/_settings/_options.py +0 -0
- {webviz_subsurface-0.2.34 → webviz_subsurface-0.2.36}/webviz_subsurface/plugins/_rft_plotter/_views/_parameter_response_view/_settings/_parameter_filter.py +0 -0
- {webviz_subsurface-0.2.34 → webviz_subsurface-0.2.36}/webviz_subsurface/plugins/_rft_plotter/_views/_parameter_response_view/_settings/_selections.py +0 -0
- {webviz_subsurface-0.2.34 → webviz_subsurface-0.2.36}/webviz_subsurface/plugins/_rft_plotter/_views/_parameter_response_view/_view.py +0 -0
- {webviz_subsurface-0.2.34 → webviz_subsurface-0.2.36}/webviz_subsurface/plugins/_rft_plotter/_views/_qc_view/__init__.py +0 -0
- {webviz_subsurface-0.2.34 → webviz_subsurface-0.2.36}/webviz_subsurface/plugins/_rft_plotter/_views/_qc_view/_settings.py +0 -0
- {webviz_subsurface-0.2.34 → webviz_subsurface-0.2.36}/webviz_subsurface/plugins/_rft_plotter/_views/_qc_view/_table_view_element.py +0 -0
- {webviz_subsurface-0.2.34 → webviz_subsurface-0.2.36}/webviz_subsurface/plugins/_rft_plotter/_views/_qc_view/_view.py +0 -0
- {webviz_subsurface-0.2.34 → webviz_subsurface-0.2.36}/webviz_subsurface/plugins/_rft_plotter/_views/_sim_vs_obs_view/__init__.py +0 -0
- {webviz_subsurface-0.2.34 → webviz_subsurface-0.2.36}/webviz_subsurface/plugins/_rft_plotter/_views/_sim_vs_obs_view/_settings/__init__.py +0 -0
- {webviz_subsurface-0.2.34 → webviz_subsurface-0.2.36}/webviz_subsurface/plugins/_rft_plotter/_views/_sim_vs_obs_view/_settings/_ensembles.py +0 -0
- {webviz_subsurface-0.2.34 → webviz_subsurface-0.2.36}/webviz_subsurface/plugins/_rft_plotter/_views/_sim_vs_obs_view/_settings/_plot_type.py +0 -0
- {webviz_subsurface-0.2.34 → webviz_subsurface-0.2.36}/webviz_subsurface/plugins/_rft_plotter/_views/_sim_vs_obs_view/_settings/_size_color_settings.py +0 -0
- {webviz_subsurface-0.2.34 → webviz_subsurface-0.2.36}/webviz_subsurface/plugins/_rft_plotter/_views/_sim_vs_obs_view/_utils/__init__.py +0 -0
- {webviz_subsurface-0.2.34 → webviz_subsurface-0.2.36}/webviz_subsurface/plugins/_rft_plotter/_views/_sim_vs_obs_view/_utils/_crossplot_figure.py +0 -0
- {webviz_subsurface-0.2.34 → webviz_subsurface-0.2.36}/webviz_subsurface/plugins/_rft_plotter/_views/_sim_vs_obs_view/_utils/_errorplot_figure.py +0 -0
- {webviz_subsurface-0.2.34 → webviz_subsurface-0.2.36}/webviz_subsurface/plugins/_rft_plotter/_views/_sim_vs_obs_view/_view.py +0 -0
- {webviz_subsurface-0.2.34 → webviz_subsurface-0.2.36}/webviz_subsurface/plugins/_segy_viewer.py +0 -0
- {webviz_subsurface-0.2.34 → webviz_subsurface-0.2.36}/webviz_subsurface/plugins/_seismic_misfit.py +0 -0
- {webviz_subsurface-0.2.34 → webviz_subsurface-0.2.36}/webviz_subsurface/plugins/_simulation_time_series/__init__.py +0 -0
- {webviz_subsurface-0.2.34 → webviz_subsurface-0.2.36}/webviz_subsurface/plugins/_simulation_time_series/_plugin.py +0 -0
- {webviz_subsurface-0.2.34/webviz_subsurface/plugins/_rft_plotter → webviz_subsurface-0.2.36/webviz_subsurface/plugins/_simulation_time_series}/_views/__init__.py +0 -0
- {webviz_subsurface-0.2.34 → webviz_subsurface-0.2.36}/webviz_subsurface/plugins/_simulation_time_series/_views/_subplot_view/__init__.py +0 -0
- {webviz_subsurface-0.2.34 → webviz_subsurface-0.2.36}/webviz_subsurface/plugins/_simulation_time_series/_views/_subplot_view/_property_serialization/__init__.py +0 -0
- {webviz_subsurface-0.2.34 → webviz_subsurface-0.2.36}/webviz_subsurface/plugins/_simulation_time_series/_views/_subplot_view/_property_serialization/ensemble_subplot_builder.py +0 -0
- {webviz_subsurface-0.2.34 → webviz_subsurface-0.2.36}/webviz_subsurface/plugins/_simulation_time_series/_views/_subplot_view/_property_serialization/graph_figure_builder_base.py +0 -0
- {webviz_subsurface-0.2.34 → webviz_subsurface-0.2.36}/webviz_subsurface/plugins/_simulation_time_series/_views/_subplot_view/_property_serialization/vector_subplot_builder.py +0 -0
- {webviz_subsurface-0.2.34 → webviz_subsurface-0.2.36}/webviz_subsurface/plugins/_simulation_time_series/_views/_subplot_view/_settings/__init__.py +0 -0
- {webviz_subsurface-0.2.34 → webviz_subsurface-0.2.36}/webviz_subsurface/plugins/_simulation_time_series/_views/_subplot_view/_settings/_ensembles.py +0 -0
- {webviz_subsurface-0.2.34 → webviz_subsurface-0.2.36}/webviz_subsurface/plugins/_simulation_time_series/_views/_subplot_view/_settings/_filter_realization.py +0 -0
- {webviz_subsurface-0.2.34 → webviz_subsurface-0.2.36}/webviz_subsurface/plugins/_simulation_time_series/_views/_subplot_view/_settings/_group_by.py +0 -0
- {webviz_subsurface-0.2.34 → webviz_subsurface-0.2.36}/webviz_subsurface/plugins/_simulation_time_series/_views/_subplot_view/_settings/_resampling_frequency.py +0 -0
- {webviz_subsurface-0.2.34 → webviz_subsurface-0.2.36}/webviz_subsurface/plugins/_simulation_time_series/_views/_subplot_view/_settings/_time_series.py +0 -0
- {webviz_subsurface-0.2.34 → webviz_subsurface-0.2.36}/webviz_subsurface/plugins/_simulation_time_series/_views/_subplot_view/_settings/_visualization.py +0 -0
- {webviz_subsurface-0.2.34 → webviz_subsurface-0.2.36}/webviz_subsurface/plugins/_simulation_time_series/_views/_subplot_view/_types/__init__.py +0 -0
- {webviz_subsurface-0.2.34 → webviz_subsurface-0.2.36}/webviz_subsurface/plugins/_simulation_time_series/_views/_subplot_view/_types/types.py +0 -0
- {webviz_subsurface-0.2.34 → webviz_subsurface-0.2.36}/webviz_subsurface/plugins/_simulation_time_series/_views/_subplot_view/_utils/__init__.py +0 -0
- {webviz_subsurface-0.2.34 → webviz_subsurface-0.2.36}/webviz_subsurface/plugins/_simulation_time_series/_views/_subplot_view/_utils/create_vector_traces_utils.py +0 -0
- {webviz_subsurface-0.2.34 → webviz_subsurface-0.2.36}/webviz_subsurface/plugins/_simulation_time_series/_views/_subplot_view/_utils/dataframe_utils.py +0 -0
- {webviz_subsurface-0.2.34 → webviz_subsurface-0.2.36}/webviz_subsurface/plugins/_simulation_time_series/_views/_subplot_view/_utils/datetime_utils.py +0 -0
- {webviz_subsurface-0.2.34 → webviz_subsurface-0.2.36}/webviz_subsurface/plugins/_simulation_time_series/_views/_subplot_view/_utils/delta_ensemble_utils.py +0 -0
- {webviz_subsurface-0.2.34 → webviz_subsurface-0.2.36}/webviz_subsurface/plugins/_simulation_time_series/_views/_subplot_view/_utils/derived_ensemble_vectors_accessor_utils.py +0 -0
- {webviz_subsurface-0.2.34 → webviz_subsurface-0.2.36}/webviz_subsurface/plugins/_simulation_time_series/_views/_subplot_view/_utils/derived_vectors_accessor/__init__.py +0 -0
- {webviz_subsurface-0.2.34 → webviz_subsurface-0.2.36}/webviz_subsurface/plugins/_simulation_time_series/_views/_subplot_view/_utils/derived_vectors_accessor/derived_delta_ensemble_vectors_accessor_impl.py +0 -0
- {webviz_subsurface-0.2.34 → webviz_subsurface-0.2.36}/webviz_subsurface/plugins/_simulation_time_series/_views/_subplot_view/_utils/derived_vectors_accessor/derived_ensemble_vectors_accessor_impl.py +0 -0
- {webviz_subsurface-0.2.34 → webviz_subsurface-0.2.36}/webviz_subsurface/plugins/_simulation_time_series/_views/_subplot_view/_utils/derived_vectors_accessor/derived_vectors_accessor.py +0 -0
- {webviz_subsurface-0.2.34 → webviz_subsurface-0.2.36}/webviz_subsurface/plugins/_simulation_time_series/_views/_subplot_view/_utils/ensemble_summary_provider_set_utils.py +0 -0
- {webviz_subsurface-0.2.34 → webviz_subsurface-0.2.36}/webviz_subsurface/plugins/_simulation_time_series/_views/_subplot_view/_utils/from_timeseries_cumulatives.py +0 -0
- {webviz_subsurface-0.2.34 → webviz_subsurface-0.2.36}/webviz_subsurface/plugins/_simulation_time_series/_views/_subplot_view/_utils/history_vectors.py +0 -0
- {webviz_subsurface-0.2.34 → webviz_subsurface-0.2.36}/webviz_subsurface/plugins/_simulation_time_series/_views/_subplot_view/_utils/trace_line_shape.py +0 -0
- {webviz_subsurface-0.2.34 → webviz_subsurface-0.2.36}/webviz_subsurface/plugins/_simulation_time_series/_views/_subplot_view/_utils/vector_statistics.py +0 -0
- {webviz_subsurface-0.2.34 → webviz_subsurface-0.2.36}/webviz_subsurface/plugins/_simulation_time_series/_views/_subplot_view/_view.py +0 -0
- {webviz_subsurface-0.2.34 → webviz_subsurface-0.2.36}/webviz_subsurface/plugins/_simulation_time_series/_views/_subplot_view/_view_elements/__init__.py +0 -0
- {webviz_subsurface-0.2.34 → webviz_subsurface-0.2.36}/webviz_subsurface/plugins/_simulation_time_series/_views/_subplot_view/_view_elements/_subplot_graph.py +0 -0
- {webviz_subsurface-0.2.34 → webviz_subsurface-0.2.36}/webviz_subsurface/plugins/_simulation_time_series_onebyone/__init__.py +0 -0
- {webviz_subsurface-0.2.34 → webviz_subsurface-0.2.36}/webviz_subsurface/plugins/_simulation_time_series_onebyone/_plugin.py +0 -0
- {webviz_subsurface-0.2.34 → webviz_subsurface-0.2.36}/webviz_subsurface/plugins/_simulation_time_series_onebyone/_types.py +0 -0
- {webviz_subsurface-0.2.34 → webviz_subsurface-0.2.36}/webviz_subsurface/plugins/_simulation_time_series_onebyone/_utils/__init__.py +0 -0
- {webviz_subsurface-0.2.34 → webviz_subsurface-0.2.36}/webviz_subsurface/plugins/_simulation_time_series_onebyone/_utils/_datetime_utils.py +0 -0
- {webviz_subsurface-0.2.34 → webviz_subsurface-0.2.36}/webviz_subsurface/plugins/_simulation_time_series_onebyone/_utils/_onebyone_timeseries_figure.py +0 -0
- {webviz_subsurface-0.2.34 → webviz_subsurface-0.2.36}/webviz_subsurface/plugins/_simulation_time_series_onebyone/_utils/_simulation_time_series_onebyone_datamodel.py +0 -0
- {webviz_subsurface-0.2.34/webviz_subsurface/plugins/_simulation_time_series → webviz_subsurface-0.2.36/webviz_subsurface/plugins/_simulation_time_series_onebyone}/_views/__init__.py +0 -0
- {webviz_subsurface-0.2.34 → webviz_subsurface-0.2.36}/webviz_subsurface/plugins/_simulation_time_series_onebyone/_views/_onebyone_view/__init__.py +0 -0
- {webviz_subsurface-0.2.34 → webviz_subsurface-0.2.36}/webviz_subsurface/plugins/_simulation_time_series_onebyone/_views/_onebyone_view/_settings/__init__.py +0 -0
- {webviz_subsurface-0.2.34 → webviz_subsurface-0.2.36}/webviz_subsurface/plugins/_simulation_time_series_onebyone/_views/_onebyone_view/_settings/_general_settings.py +0 -0
- {webviz_subsurface-0.2.34 → webviz_subsurface-0.2.36}/webviz_subsurface/plugins/_simulation_time_series_onebyone/_views/_onebyone_view/_settings/_selections.py +0 -0
- {webviz_subsurface-0.2.34 → webviz_subsurface-0.2.36}/webviz_subsurface/plugins/_simulation_time_series_onebyone/_views/_onebyone_view/_settings/_sensitivity_filter.py +0 -0
- {webviz_subsurface-0.2.34 → webviz_subsurface-0.2.36}/webviz_subsurface/plugins/_simulation_time_series_onebyone/_views/_onebyone_view/_settings/_vizualisation.py +0 -0
- {webviz_subsurface-0.2.34 → webviz_subsurface-0.2.36}/webviz_subsurface/plugins/_simulation_time_series_onebyone/_views/_onebyone_view/_view.py +0 -0
- {webviz_subsurface-0.2.34 → webviz_subsurface-0.2.36}/webviz_subsurface/plugins/_simulation_time_series_onebyone/_views/_onebyone_view/_view_elements/__init__.py +0 -0
- {webviz_subsurface-0.2.34 → webviz_subsurface-0.2.36}/webviz_subsurface/plugins/_simulation_time_series_onebyone/_views/_onebyone_view/_view_elements/_bottom_visualization_view_element.py +0 -0
- {webviz_subsurface-0.2.34 → webviz_subsurface-0.2.36}/webviz_subsurface/plugins/_simulation_time_series_onebyone/_views/_onebyone_view/_view_elements/_general_view_element.py +0 -0
- {webviz_subsurface-0.2.34 → webviz_subsurface-0.2.36}/webviz_subsurface/plugins/_structural_uncertainty/__init__.py +0 -0
- {webviz_subsurface-0.2.34 → webviz_subsurface-0.2.36}/webviz_subsurface/plugins/_structural_uncertainty/_tour_steps.py +0 -0
- {webviz_subsurface-0.2.34 → webviz_subsurface-0.2.36}/webviz_subsurface/plugins/_structural_uncertainty/controllers/__init__.py +0 -0
- {webviz_subsurface-0.2.34 → webviz_subsurface-0.2.36}/webviz_subsurface/plugins/_structural_uncertainty/controllers/dialog_controller.py +0 -0
- {webviz_subsurface-0.2.34 → webviz_subsurface-0.2.36}/webviz_subsurface/plugins/_structural_uncertainty/controllers/intersection_controller.py +0 -0
- {webviz_subsurface-0.2.34 → webviz_subsurface-0.2.36}/webviz_subsurface/plugins/_structural_uncertainty/controllers/intersection_source_controller.py +0 -0
- {webviz_subsurface-0.2.34 → webviz_subsurface-0.2.36}/webviz_subsurface/plugins/_structural_uncertainty/controllers/map_controller.py +0 -0
- {webviz_subsurface-0.2.34 → webviz_subsurface-0.2.36}/webviz_subsurface/plugins/_structural_uncertainty/controllers/realization_filter_controller.py +0 -0
- {webviz_subsurface-0.2.34 → webviz_subsurface-0.2.36}/webviz_subsurface/plugins/_structural_uncertainty/controllers/uncertainty_table_controller.py +0 -0
- {webviz_subsurface-0.2.34/webviz_subsurface/plugins/_simulation_time_series_onebyone/_views → webviz_subsurface-0.2.36/webviz_subsurface/plugins/_structural_uncertainty/figures}/__init__.py +0 -0
- {webviz_subsurface-0.2.34 → webviz_subsurface-0.2.36}/webviz_subsurface/plugins/_structural_uncertainty/figures/intersection.py +0 -0
- {webviz_subsurface-0.2.34 → webviz_subsurface-0.2.36}/webviz_subsurface/plugins/_structural_uncertainty/structural_uncertainty.py +0 -0
- {webviz_subsurface-0.2.34 → webviz_subsurface-0.2.36}/webviz_subsurface/plugins/_structural_uncertainty/views/__init__.py +0 -0
- {webviz_subsurface-0.2.34 → webviz_subsurface-0.2.36}/webviz_subsurface/plugins/_structural_uncertainty/views/clientside_stores.py +0 -0
- {webviz_subsurface-0.2.34 → webviz_subsurface-0.2.36}/webviz_subsurface/plugins/_structural_uncertainty/views/dialog.py +0 -0
- {webviz_subsurface-0.2.34 → webviz_subsurface-0.2.36}/webviz_subsurface/plugins/_structural_uncertainty/views/intersection_and_map.py +0 -0
- {webviz_subsurface-0.2.34 → webviz_subsurface-0.2.36}/webviz_subsurface/plugins/_structural_uncertainty/views/intersection_data.py +0 -0
- {webviz_subsurface-0.2.34 → webviz_subsurface-0.2.36}/webviz_subsurface/plugins/_structural_uncertainty/views/map_data.py +0 -0
- {webviz_subsurface-0.2.34 → webviz_subsurface-0.2.36}/webviz_subsurface/plugins/_structural_uncertainty/views/realization_filter.py +0 -0
- {webviz_subsurface-0.2.34 → webviz_subsurface-0.2.36}/webviz_subsurface/plugins/_structural_uncertainty/views/uncertainty_table.py +0 -0
- {webviz_subsurface-0.2.34 → webviz_subsurface-0.2.36}/webviz_subsurface/plugins/_subsurface_map.py +0 -0
- {webviz_subsurface-0.2.34 → webviz_subsurface-0.2.36}/webviz_subsurface/plugins/_surface_viewer_fmu.py +0 -0
- {webviz_subsurface-0.2.34 → webviz_subsurface-0.2.36}/webviz_subsurface/plugins/_surface_with_grid_cross_section.py +0 -0
- {webviz_subsurface-0.2.34 → webviz_subsurface-0.2.36}/webviz_subsurface/plugins/_surface_with_seismic_cross_section.py +0 -0
- {webviz_subsurface-0.2.34 → webviz_subsurface-0.2.36}/webviz_subsurface/plugins/_swatinit_qc/__init__.py +0 -0
- {webviz_subsurface-0.2.34 → webviz_subsurface-0.2.36}/webviz_subsurface/plugins/_swatinit_qc/_business_logic.py +0 -0
- {webviz_subsurface-0.2.34 → webviz_subsurface-0.2.36}/webviz_subsurface/plugins/_swatinit_qc/_callbacks.py +0 -0
- {webviz_subsurface-0.2.34 → webviz_subsurface-0.2.36}/webviz_subsurface/plugins/_swatinit_qc/_figures.py +0 -0
- {webviz_subsurface-0.2.34 → webviz_subsurface-0.2.36}/webviz_subsurface/plugins/_swatinit_qc/_layout.py +0 -0
- {webviz_subsurface-0.2.34 → webviz_subsurface-0.2.36}/webviz_subsurface/plugins/_swatinit_qc/_markdown.py +0 -0
- {webviz_subsurface-0.2.34 → webviz_subsurface-0.2.36}/webviz_subsurface/plugins/_swatinit_qc/_plugin.py +0 -0
- {webviz_subsurface-0.2.34 → webviz_subsurface-0.2.36}/webviz_subsurface/plugins/_tornado_plotter_fmu/__init__.py +0 -0
- {webviz_subsurface-0.2.34 → webviz_subsurface-0.2.36}/webviz_subsurface/plugins/_tornado_plotter_fmu/_error.py +0 -0
- {webviz_subsurface-0.2.34 → webviz_subsurface-0.2.36}/webviz_subsurface/plugins/_tornado_plotter_fmu/_plugin.py +0 -0
- {webviz_subsurface-0.2.34 → webviz_subsurface-0.2.36}/webviz_subsurface/plugins/_tornado_plotter_fmu/shared_settings/__init__.py +0 -0
- {webviz_subsurface-0.2.34 → webviz_subsurface-0.2.36}/webviz_subsurface/plugins/_tornado_plotter_fmu/shared_settings/_filters.py +0 -0
- {webviz_subsurface-0.2.34 → webviz_subsurface-0.2.36}/webviz_subsurface/plugins/_tornado_plotter_fmu/shared_settings/_selectors.py +0 -0
- {webviz_subsurface-0.2.34 → webviz_subsurface-0.2.36}/webviz_subsurface/plugins/_tornado_plotter_fmu/shared_settings/_view_settings.py +0 -0
- {webviz_subsurface-0.2.34/webviz_subsurface/plugins/_structural_uncertainty/figures → webviz_subsurface-0.2.36/webviz_subsurface/plugins/_tornado_plotter_fmu/views}/__init__.py +0 -0
- {webviz_subsurface-0.2.34 → webviz_subsurface-0.2.36}/webviz_subsurface/plugins/_tornado_plotter_fmu/views/plot_view/__init__.py +0 -0
- {webviz_subsurface-0.2.34 → webviz_subsurface-0.2.36}/webviz_subsurface/plugins/_tornado_plotter_fmu/views/plot_view/_plot_view.py +0 -0
- {webviz_subsurface-0.2.34 → webviz_subsurface-0.2.36}/webviz_subsurface/plugins/_tornado_plotter_fmu/views/plot_view/view_elements/__init__.py +0 -0
- {webviz_subsurface-0.2.34 → webviz_subsurface-0.2.36}/webviz_subsurface/plugins/_tornado_plotter_fmu/views/plot_view/view_elements/plot.py +0 -0
- {webviz_subsurface-0.2.34 → webviz_subsurface-0.2.36}/webviz_subsurface/plugins/_tornado_plotter_fmu/views/table_view/__init__.py +0 -0
- {webviz_subsurface-0.2.34 → webviz_subsurface-0.2.36}/webviz_subsurface/plugins/_tornado_plotter_fmu/views/table_view/_table_view.py +0 -0
- {webviz_subsurface-0.2.34 → webviz_subsurface-0.2.36}/webviz_subsurface/plugins/_tornado_plotter_fmu/views/table_view/view_elements/__init__.py +0 -0
- {webviz_subsurface-0.2.34 → webviz_subsurface-0.2.36}/webviz_subsurface/plugins/_tornado_plotter_fmu/views/table_view/view_elements/table.py +0 -0
- {webviz_subsurface-0.2.34 → webviz_subsurface-0.2.36}/webviz_subsurface/plugins/_vfp_analysis/__init__.py +0 -0
- {webviz_subsurface-0.2.34 → webviz_subsurface-0.2.36}/webviz_subsurface/plugins/_vfp_analysis/_plugin.py +0 -0
- {webviz_subsurface-0.2.34 → webviz_subsurface-0.2.36}/webviz_subsurface/plugins/_vfp_analysis/_types.py +0 -0
- {webviz_subsurface-0.2.34 → webviz_subsurface-0.2.36}/webviz_subsurface/plugins/_vfp_analysis/_utils/__init__.py +0 -0
- {webviz_subsurface-0.2.34 → webviz_subsurface-0.2.36}/webviz_subsurface/plugins/_vfp_analysis/_utils/_vfp_data_model.py +0 -0
- {webviz_subsurface-0.2.34/webviz_subsurface/plugins/_tornado_plotter_fmu/views → webviz_subsurface-0.2.36/webviz_subsurface/plugins/_vfp_analysis/_views}/__init__.py +0 -0
- {webviz_subsurface-0.2.34 → webviz_subsurface-0.2.36}/webviz_subsurface/plugins/_vfp_analysis/_views/_vfp_view/__init__.py +0 -0
- {webviz_subsurface-0.2.34 → webviz_subsurface-0.2.36}/webviz_subsurface/plugins/_vfp_analysis/_views/_vfp_view/_settings/__init__.py +0 -0
- {webviz_subsurface-0.2.34 → webviz_subsurface-0.2.36}/webviz_subsurface/plugins/_vfp_analysis/_views/_vfp_view/_settings/_filters.py +0 -0
- {webviz_subsurface-0.2.34 → webviz_subsurface-0.2.36}/webviz_subsurface/plugins/_vfp_analysis/_views/_vfp_view/_settings/_pressure_option.py +0 -0
- {webviz_subsurface-0.2.34 → webviz_subsurface-0.2.36}/webviz_subsurface/plugins/_vfp_analysis/_views/_vfp_view/_settings/_selections.py +0 -0
- {webviz_subsurface-0.2.34 → webviz_subsurface-0.2.36}/webviz_subsurface/plugins/_vfp_analysis/_views/_vfp_view/_settings/_vizualisation.py +0 -0
- {webviz_subsurface-0.2.34 → webviz_subsurface-0.2.36}/webviz_subsurface/plugins/_vfp_analysis/_views/_vfp_view/_utils/__init__.py +0 -0
- {webviz_subsurface-0.2.34 → webviz_subsurface-0.2.36}/webviz_subsurface/plugins/_vfp_analysis/_views/_vfp_view/_utils/_vfp_figure_builder.py +0 -0
- {webviz_subsurface-0.2.34 → webviz_subsurface-0.2.36}/webviz_subsurface/plugins/_vfp_analysis/_views/_vfp_view/_view.py +0 -0
- {webviz_subsurface-0.2.34 → webviz_subsurface-0.2.36}/webviz_subsurface/plugins/_vfp_analysis/_views/_vfp_view/_view_elements/__init__.py +0 -0
- {webviz_subsurface-0.2.34 → webviz_subsurface-0.2.36}/webviz_subsurface/plugins/_vfp_analysis/_views/_vfp_view/_view_elements/_vfp_graph.py +0 -0
- {webviz_subsurface-0.2.34 → webviz_subsurface-0.2.36}/webviz_subsurface/plugins/_volumetric_analysis/__init__.py +0 -0
- {webviz_subsurface-0.2.34 → webviz_subsurface-0.2.36}/webviz_subsurface/plugins/_volumetric_analysis/controllers/__init__.py +0 -0
- {webviz_subsurface-0.2.34 → webviz_subsurface-0.2.36}/webviz_subsurface/plugins/_volumetric_analysis/controllers/comparison_controllers.py +0 -0
- {webviz_subsurface-0.2.34 → webviz_subsurface-0.2.36}/webviz_subsurface/plugins/_volumetric_analysis/controllers/distribution_controllers.py +0 -0
- {webviz_subsurface-0.2.34 → webviz_subsurface-0.2.36}/webviz_subsurface/plugins/_volumetric_analysis/controllers/export_data_controllers.py +0 -0
- {webviz_subsurface-0.2.34 → webviz_subsurface-0.2.36}/webviz_subsurface/plugins/_volumetric_analysis/controllers/fipfile_qc_controller.py +0 -0
- {webviz_subsurface-0.2.34 → webviz_subsurface-0.2.36}/webviz_subsurface/plugins/_volumetric_analysis/controllers/layout_controllers.py +0 -0
- {webviz_subsurface-0.2.34 → webviz_subsurface-0.2.36}/webviz_subsurface/plugins/_volumetric_analysis/controllers/selections_controllers.py +0 -0
- {webviz_subsurface-0.2.34 → webviz_subsurface-0.2.36}/webviz_subsurface/plugins/_volumetric_analysis/controllers/tornado_controllers.py +0 -0
- {webviz_subsurface-0.2.34/webviz_subsurface/plugins/_vfp_analysis/_views → webviz_subsurface-0.2.36/webviz_subsurface/plugins/_volumetric_analysis/utils}/__init__.py +0 -0
- {webviz_subsurface-0.2.34 → webviz_subsurface-0.2.36}/webviz_subsurface/plugins/_volumetric_analysis/utils/table_and_figure_utils.py +0 -0
- {webviz_subsurface-0.2.34 → webviz_subsurface-0.2.36}/webviz_subsurface/plugins/_volumetric_analysis/utils/utils.py +0 -0
- {webviz_subsurface-0.2.34 → webviz_subsurface-0.2.36}/webviz_subsurface/plugins/_volumetric_analysis/views/__init__.py +0 -0
- {webviz_subsurface-0.2.34 → webviz_subsurface-0.2.36}/webviz_subsurface/plugins/_volumetric_analysis/views/clientside_stores.py +0 -0
- {webviz_subsurface-0.2.34 → webviz_subsurface-0.2.36}/webviz_subsurface/plugins/_volumetric_analysis/views/comparison_layout.py +0 -0
- {webviz_subsurface-0.2.34 → webviz_subsurface-0.2.36}/webviz_subsurface/plugins/_volumetric_analysis/views/distribution_main_layout.py +0 -0
- {webviz_subsurface-0.2.34 → webviz_subsurface-0.2.36}/webviz_subsurface/plugins/_volumetric_analysis/views/filter_view.py +0 -0
- {webviz_subsurface-0.2.34 → webviz_subsurface-0.2.36}/webviz_subsurface/plugins/_volumetric_analysis/views/fipfile_qc_layout.py +0 -0
- {webviz_subsurface-0.2.34 → webviz_subsurface-0.2.36}/webviz_subsurface/plugins/_volumetric_analysis/views/main_view.py +0 -0
- {webviz_subsurface-0.2.34 → webviz_subsurface-0.2.36}/webviz_subsurface/plugins/_volumetric_analysis/views/selections_view.py +0 -0
- {webviz_subsurface-0.2.34 → webviz_subsurface-0.2.36}/webviz_subsurface/plugins/_volumetric_analysis/views/tornado_view.py +0 -0
- {webviz_subsurface-0.2.34 → webviz_subsurface-0.2.36}/webviz_subsurface/plugins/_volumetric_analysis/volume_validator_and_combinator.py +0 -0
- {webviz_subsurface-0.2.34 → webviz_subsurface-0.2.36}/webviz_subsurface/plugins/_volumetric_analysis/volumetric_analysis.py +0 -0
- {webviz_subsurface-0.2.34 → webviz_subsurface-0.2.36}/webviz_subsurface/plugins/_well_analysis/__init__.py +0 -0
- {webviz_subsurface-0.2.34 → webviz_subsurface-0.2.36}/webviz_subsurface/plugins/_well_analysis/_plugin.py +0 -0
- {webviz_subsurface-0.2.34 → webviz_subsurface-0.2.36}/webviz_subsurface/plugins/_well_analysis/_types.py +0 -0
- {webviz_subsurface-0.2.34 → webviz_subsurface-0.2.36}/webviz_subsurface/plugins/_well_analysis/_utils/__init__.py +0 -0
- {webviz_subsurface-0.2.34 → webviz_subsurface-0.2.36}/webviz_subsurface/plugins/_well_analysis/_utils/_ensemble_well_analysis_data.py +0 -0
- {webviz_subsurface-0.2.34/webviz_subsurface/plugins/_volumetric_analysis/utils → webviz_subsurface-0.2.36/webviz_subsurface/plugins/_well_analysis/_views}/__init__.py +0 -0
- {webviz_subsurface-0.2.34 → webviz_subsurface-0.2.36}/webviz_subsurface/plugins/_well_analysis/_views/_well_control_view/__init__.py +0 -0
- {webviz_subsurface-0.2.34 → webviz_subsurface-0.2.36}/webviz_subsurface/plugins/_well_analysis/_views/_well_control_view/_utils/__init__.py +0 -0
- {webviz_subsurface-0.2.34 → webviz_subsurface-0.2.36}/webviz_subsurface/plugins/_well_analysis/_views/_well_control_view/_utils/_well_control_figure.py +0 -0
- {webviz_subsurface-0.2.34 → webviz_subsurface-0.2.36}/webviz_subsurface/plugins/_well_analysis/_views/_well_control_view/_view.py +0 -0
- {webviz_subsurface-0.2.34 → webviz_subsurface-0.2.36}/webviz_subsurface/plugins/_well_analysis/_views/_well_control_view/_view_element.py +0 -0
- {webviz_subsurface-0.2.34 → webviz_subsurface-0.2.36}/webviz_subsurface/plugins/_well_analysis/_views/_well_overview_view/__init__.py +0 -0
- {webviz_subsurface-0.2.34 → webviz_subsurface-0.2.36}/webviz_subsurface/plugins/_well_analysis/_views/_well_overview_view/_settings/__init__.py +0 -0
- {webviz_subsurface-0.2.34 → webviz_subsurface-0.2.36}/webviz_subsurface/plugins/_well_analysis/_views/_well_overview_view/_settings/_chart_type.py +0 -0
- {webviz_subsurface-0.2.34 → webviz_subsurface-0.2.36}/webviz_subsurface/plugins/_well_analysis/_views/_well_overview_view/_settings/_filters.py +0 -0
- {webviz_subsurface-0.2.34 → webviz_subsurface-0.2.36}/webviz_subsurface/plugins/_well_analysis/_views/_well_overview_view/_settings/_layout_options.py +0 -0
- {webviz_subsurface-0.2.34 → webviz_subsurface-0.2.36}/webviz_subsurface/plugins/_well_analysis/_views/_well_overview_view/_settings/_selections.py +0 -0
- {webviz_subsurface-0.2.34 → webviz_subsurface-0.2.36}/webviz_subsurface/plugins/_well_analysis/_views/_well_overview_view/_settings/_statistical_options.py +0 -0
- {webviz_subsurface-0.2.34 → webviz_subsurface-0.2.36}/webviz_subsurface/plugins/_well_analysis/_views/_well_overview_view/_utils/__init__.py +0 -0
- {webviz_subsurface-0.2.34 → webviz_subsurface-0.2.36}/webviz_subsurface/plugins/_well_analysis/_views/_well_overview_view/_utils/_well_overview_figure.py +0 -0
- {webviz_subsurface-0.2.34 → webviz_subsurface-0.2.36}/webviz_subsurface/plugins/_well_analysis/_views/_well_overview_view/_view.py +0 -0
- {webviz_subsurface-0.2.34 → webviz_subsurface-0.2.36}/webviz_subsurface/plugins/_well_analysis/_views/_well_overview_view/_view_element.py +0 -0
- {webviz_subsurface-0.2.34 → webviz_subsurface-0.2.36}/webviz_subsurface/plugins/_well_completion/__init__.py +0 -0
- {webviz_subsurface-0.2.34 → webviz_subsurface-0.2.36}/webviz_subsurface/plugins/_well_completion/_plugin.py +0 -0
- {webviz_subsurface-0.2.34 → webviz_subsurface-0.2.36}/webviz_subsurface/plugins/_well_completion/_utils/__init__.py +0 -0
- {webviz_subsurface-0.2.34 → webviz_subsurface-0.2.36}/webviz_subsurface/plugins/_well_completion/_utils/_well_completion_data_model.py +0 -0
- {webviz_subsurface-0.2.34/webviz_subsurface/plugins/_well_analysis → webviz_subsurface-0.2.36/webviz_subsurface/plugins/_well_completion}/_views/__init__.py +0 -0
- {webviz_subsurface-0.2.34 → webviz_subsurface-0.2.36}/webviz_subsurface/plugins/_well_completion/_views/_well_completion_view/__init__.py +0 -0
- {webviz_subsurface-0.2.34 → webviz_subsurface-0.2.36}/webviz_subsurface/plugins/_well_completion/_views/_well_completion_view/_view.py +0 -0
- {webviz_subsurface-0.2.34 → webviz_subsurface-0.2.36}/webviz_subsurface/plugins/_well_completion/_views/_well_completion_view/_view_element.py +0 -0
- {webviz_subsurface-0.2.34 → webviz_subsurface-0.2.36}/webviz_subsurface/plugins/_well_completions/__init__.py +0 -0
- {webviz_subsurface-0.2.34 → webviz_subsurface-0.2.36}/webviz_subsurface/plugins/_well_completions/_business_logic.py +0 -0
- {webviz_subsurface-0.2.34 → webviz_subsurface-0.2.36}/webviz_subsurface/plugins/_well_completions/_callbacks.py +0 -0
- {webviz_subsurface-0.2.34 → webviz_subsurface-0.2.36}/webviz_subsurface/plugins/_well_completions/_layout.py +0 -0
- {webviz_subsurface-0.2.34 → webviz_subsurface-0.2.36}/webviz_subsurface/plugins/_well_completions/_plugin.py +0 -0
- {webviz_subsurface-0.2.34 → webviz_subsurface-0.2.36}/webviz_subsurface/plugins/_well_cross_section.py +0 -0
- {webviz_subsurface-0.2.34 → webviz_subsurface-0.2.36}/webviz_subsurface/plugins/_well_cross_section_fmu.py +0 -0
- {webviz_subsurface-0.2.34 → webviz_subsurface-0.2.36}/webviz_subsurface/plugins/_well_log_viewer/__init__.py +0 -0
- {webviz_subsurface-0.2.34 → webviz_subsurface-0.2.36}/webviz_subsurface/plugins/_well_log_viewer/_validate_log_templates.py +0 -0
- {webviz_subsurface-0.2.34 → webviz_subsurface-0.2.36}/webviz_subsurface/plugins/_well_log_viewer/controllers/__init__.py +0 -0
- {webviz_subsurface-0.2.34 → webviz_subsurface-0.2.36}/webviz_subsurface/plugins/_well_log_viewer/controllers/_well_controller.py +0 -0
- {webviz_subsurface-0.2.34/webviz_subsurface/plugins/_well_completion/_views → webviz_subsurface-0.2.36/webviz_subsurface/plugins/_well_log_viewer/utils}/__init__.py +0 -0
- {webviz_subsurface-0.2.34 → webviz_subsurface-0.2.36}/webviz_subsurface/plugins/_well_log_viewer/utils/default_color_tables.py +0 -0
- {webviz_subsurface-0.2.34 → webviz_subsurface-0.2.36}/webviz_subsurface/plugins/_well_log_viewer/utils/xtgeo_well_log_to_json.py +0 -0
- {webviz_subsurface-0.2.34 → webviz_subsurface-0.2.36}/webviz_subsurface/smry2arrow_batch.py +0 -0
- {webviz_subsurface-0.2.34 → webviz_subsurface-0.2.36}/webviz_subsurface.egg-info/dependency_links.txt +0 -0
- {webviz_subsurface-0.2.34 → webviz_subsurface-0.2.36}/webviz_subsurface.egg-info/entry_points.txt +0 -0
- {webviz_subsurface-0.2.34 → webviz_subsurface-0.2.36}/webviz_subsurface.egg-info/not-zip-safe +0 -0
- {webviz_subsurface-0.2.34 → webviz_subsurface-0.2.36}/webviz_subsurface.egg-info/top_level.txt +0 -0
|
@@ -57,7 +57,6 @@ jobs:
|
|
|
57
57
|
# Testing against our latest release (including pre-releases)
|
|
58
58
|
pip install --pre --upgrade webviz-config webviz-core-components webviz-subsurface-components
|
|
59
59
|
|
|
60
|
-
|
|
61
60
|
- name: 📦 Install test dependencies
|
|
62
61
|
run: |
|
|
63
62
|
pip install .[tests]
|
|
@@ -101,7 +100,7 @@ jobs:
|
|
|
101
100
|
git clone --depth 1 --branch $TESTDATA_REPO_BRANCH https://github.com/$TESTDATA_REPO_OWNER/webviz-subsurface-testdata.git
|
|
102
101
|
# Copy any clientside script to the test folder before running tests
|
|
103
102
|
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
|
|
105
104
|
rm -rf ./tests/assets
|
|
106
105
|
|
|
107
106
|
- name: 🐳 Build Docker example image
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: webviz-subsurface
|
|
3
|
-
Version: 0.2.
|
|
3
|
+
Version: 0.2.36
|
|
4
4
|
Summary: Webviz config plugins for subsurface data
|
|
5
5
|
Home-page: https://github.com/equinor/webviz-subsurface
|
|
6
6
|
Author: R&T Equinor
|
|
@@ -42,9 +42,8 @@ Requires-Dist: scipy>=1.2
|
|
|
42
42
|
Requires-Dist: statsmodels>=0.12.1
|
|
43
43
|
Requires-Dist: xtgeo>=2.20.0
|
|
44
44
|
Requires-Dist: vtk>=9.2.2
|
|
45
|
-
Requires-Dist: webviz-config
|
|
46
|
-
Requires-Dist: webviz-
|
|
47
|
-
Requires-Dist: webviz-subsurface-components==1.0.2
|
|
45
|
+
Requires-Dist: webviz-config>=0.6.5
|
|
46
|
+
Requires-Dist: webviz-subsurface-components>=1.0.3
|
|
48
47
|
Provides-Extra: tests
|
|
49
48
|
Requires-Dist: bandit; extra == "tests"
|
|
50
49
|
Requires-Dist: black<24,>=22.1; extra == "tests"
|
|
@@ -107,9 +107,8 @@ setup(
|
|
|
107
107
|
"statsmodels>=0.12.1", # indirect dependency through https://plotly.com/python/linear-fits/
|
|
108
108
|
"xtgeo>=2.20.0",
|
|
109
109
|
"vtk>=9.2.2",
|
|
110
|
-
"webviz-config",
|
|
111
|
-
"webviz-
|
|
112
|
-
"webviz-subsurface-components==1.0.2",
|
|
110
|
+
"webviz-config>=0.6.5",
|
|
111
|
+
"webviz-subsurface-components>=1.0.3",
|
|
113
112
|
],
|
|
114
113
|
extras_require={"tests": TESTS_REQUIRE},
|
|
115
114
|
setup_requires=["setuptools_scm~=3.2"],
|
|
@@ -75,7 +75,7 @@ def _create_vtk_esgrid_from_verts_and_conn(
|
|
|
75
75
|
vtk_cell_array.SetData(8, conn_idarr)
|
|
76
76
|
|
|
77
77
|
vtk_esgrid = vtkExplicitStructuredGrid()
|
|
78
|
-
vtk_esgrid.SetDimensions(point_dims.tolist())
|
|
78
|
+
vtk_esgrid.SetDimensions(point_dims.tolist()) # type: ignore
|
|
79
79
|
vtk_esgrid.SetPoints(vtk_points)
|
|
80
80
|
vtk_esgrid.SetCells(vtk_cell_array)
|
|
81
81
|
|
|
@@ -365,15 +365,15 @@ class GridVizService:
|
|
|
365
365
|
|
|
366
366
|
plane = vtkPlane()
|
|
367
367
|
plane.SetOrigin([x_0, y_0, 0])
|
|
368
|
-
plane.SetNormal(right_vec.tolist())
|
|
368
|
+
plane.SetNormal(right_vec.tolist()) # type: ignore
|
|
369
369
|
|
|
370
370
|
plane_0 = vtkPlane()
|
|
371
371
|
plane_0.SetOrigin([x_0, y_0, 0])
|
|
372
|
-
plane_0.SetNormal(fwd_vec.tolist())
|
|
372
|
+
plane_0.SetNormal(fwd_vec.tolist()) # type: ignore
|
|
373
373
|
|
|
374
374
|
plane_1 = vtkPlane()
|
|
375
375
|
plane_1.SetOrigin([x_1, y_1, 0])
|
|
376
|
-
plane_1.SetNormal((-fwd_vec).tolist())
|
|
376
|
+
plane_1.SetNormal((-fwd_vec).tolist()) # type: ignore
|
|
377
377
|
|
|
378
378
|
cutter_alg.SetPlane(plane)
|
|
379
379
|
cutter_alg.Update()
|
|
@@ -56,7 +56,7 @@ def _find_first_non_increasing_date_pair(
|
|
|
56
56
|
) -> Tuple[Optional[np.datetime64], Optional[np.datetime64]]:
|
|
57
57
|
dates_np = table.column("DATE").to_numpy()
|
|
58
58
|
offending_indices = np.asarray(np.diff(dates_np) <= np.timedelta64(0)).nonzero()[0]
|
|
59
|
-
if
|
|
59
|
+
if len(offending_indices) == 0:
|
|
60
60
|
return (None, None)
|
|
61
61
|
|
|
62
62
|
return (dates_np[offending_indices[0]], dates_np[offending_indices[0] + 1])
|
|
@@ -313,7 +313,7 @@ class ProviderImplArrowLazy(EnsembleSummaryProvider):
|
|
|
313
313
|
f"find_unique={et_find_unique_ms}ms)"
|
|
314
314
|
)
|
|
315
315
|
|
|
316
|
-
return intersected_dates.astype(datetime.datetime).tolist()
|
|
316
|
+
return intersected_dates.astype(datetime.datetime).tolist() # type: ignore
|
|
317
317
|
|
|
318
318
|
def get_vectors_df(
|
|
319
319
|
self,
|
|
@@ -377,7 +377,7 @@ class ProviderImplArrowLazy(EnsembleSummaryProvider):
|
|
|
377
377
|
table = table.filter(real_mask)
|
|
378
378
|
et_filter_ms = timer.lap_ms()
|
|
379
379
|
|
|
380
|
-
np_lookup_date = np.datetime64(date
|
|
380
|
+
np_lookup_date = np.datetime64(date).astype("M8[ms]")
|
|
381
381
|
table = sample_segmented_multi_real_table_at_date(table, np_lookup_date)
|
|
382
382
|
|
|
383
383
|
et_resample_ms = timer.lap_ms()
|
|
@@ -374,7 +374,7 @@ class ProviderImplArrowPresampled(EnsembleSummaryProvider):
|
|
|
374
374
|
f"find_unique={et_find_unique_ms}ms)"
|
|
375
375
|
)
|
|
376
376
|
|
|
377
|
-
return intersected_dates.astype(datetime.datetime).tolist()
|
|
377
|
+
return intersected_dates.astype(datetime.datetime).tolist() # type: ignore
|
|
378
378
|
|
|
379
379
|
def get_vectors_df(
|
|
380
380
|
self,
|
|
@@ -17,7 +17,7 @@ def _truncate_day_to_monday(datetime_day: np.datetime64) -> np.datetime64:
|
|
|
17
17
|
def _quarter_start_month(datetime_day: np.datetime64) -> np.datetime64:
|
|
18
18
|
# A bit hackish, utilizes the fact that datetime64 is relative to epoch
|
|
19
19
|
# 1970-01-01 which is the first day in Q1.
|
|
20
|
-
datetime_month =
|
|
20
|
+
datetime_month = datetime_day.astype("M8[M]")
|
|
21
21
|
return datetime_month - (datetime_month.astype(int) % 3)
|
|
22
22
|
|
|
23
23
|
|
|
@@ -30,44 +30,52 @@ def generate_normalized_sample_dates(
|
|
|
30
30
|
"""
|
|
31
31
|
|
|
32
32
|
if freq == Frequency.DAILY:
|
|
33
|
-
start =
|
|
34
|
-
stop =
|
|
33
|
+
start = min_date.astype("M8[D]")
|
|
34
|
+
stop = max_date.astype("M8[D]")
|
|
35
35
|
if stop < max_date:
|
|
36
|
-
stop += 1
|
|
37
|
-
sampledates = np.arange(start, stop + 1)
|
|
36
|
+
stop += np.timedelta64(1, "D")
|
|
37
|
+
sampledates = np.arange(start, stop + np.timedelta64(1, "D"))
|
|
38
|
+
|
|
38
39
|
elif freq == Frequency.WEEKLY:
|
|
39
|
-
start = _truncate_day_to_monday(
|
|
40
|
-
stop = _truncate_day_to_monday(
|
|
40
|
+
start = _truncate_day_to_monday(min_date.astype("M8[D]"))
|
|
41
|
+
stop = _truncate_day_to_monday(max_date.astype("M8[D]"))
|
|
41
42
|
if start > min_date:
|
|
42
|
-
start -= 7
|
|
43
|
+
start -= np.timedelta64(7, "D")
|
|
43
44
|
if stop < max_date:
|
|
44
|
-
stop += 7
|
|
45
|
-
sampledates = np.arange(
|
|
45
|
+
stop += np.timedelta64(7, "D")
|
|
46
|
+
sampledates = np.arange(
|
|
47
|
+
start, stop + np.timedelta64(1, "D"), np.timedelta64(7, "D")
|
|
48
|
+
)
|
|
49
|
+
|
|
46
50
|
elif freq == Frequency.MONTHLY:
|
|
47
|
-
start =
|
|
48
|
-
stop =
|
|
51
|
+
start = min_date.astype("M8[M]")
|
|
52
|
+
stop = max_date.astype("M8[M]")
|
|
49
53
|
if stop < max_date:
|
|
50
|
-
stop += 1
|
|
51
|
-
sampledates = np.arange(start, stop + 1)
|
|
54
|
+
stop += np.timedelta64(1, "M")
|
|
55
|
+
sampledates = np.arange(start, stop + np.timedelta64(1, "M"))
|
|
56
|
+
|
|
52
57
|
elif freq == Frequency.QUARTERLY:
|
|
53
58
|
start = _quarter_start_month(min_date)
|
|
54
59
|
stop = _quarter_start_month(max_date)
|
|
55
60
|
if stop < max_date:
|
|
56
|
-
stop += 3
|
|
57
|
-
sampledates = np.arange(
|
|
61
|
+
stop += np.timedelta64(3, "M")
|
|
62
|
+
sampledates = np.arange(
|
|
63
|
+
start, stop + np.timedelta64(1, "M"), np.timedelta64(3, "M")
|
|
64
|
+
)
|
|
65
|
+
|
|
58
66
|
elif freq == Frequency.YEARLY:
|
|
59
|
-
start =
|
|
60
|
-
stop =
|
|
67
|
+
start = min_date.astype("M8[Y]")
|
|
68
|
+
stop = max_date.astype("M8[Y]")
|
|
61
69
|
if stop < max_date:
|
|
62
|
-
stop += 1
|
|
63
|
-
sampledates = np.arange(start, stop + 1)
|
|
70
|
+
stop += np.timedelta64(1, "Y")
|
|
71
|
+
sampledates = np.arange(start, stop + np.timedelta64(1, "Y"))
|
|
72
|
+
|
|
64
73
|
else:
|
|
65
74
|
raise NotImplementedError(
|
|
66
75
|
f"Currently not supporting resampling to frequency {freq}."
|
|
67
76
|
)
|
|
68
77
|
|
|
69
|
-
sampledates = sampledates.astype("
|
|
70
|
-
|
|
78
|
+
sampledates = sampledates.astype("M8[ms]")
|
|
71
79
|
return sampledates
|
|
72
80
|
|
|
73
81
|
|
|
@@ -11,7 +11,6 @@ import xtgeo
|
|
|
11
11
|
from webviz_subsurface._utils.enum_shim import StrEnum
|
|
12
12
|
from webviz_subsurface._utils.perf_timer import PerfTimer
|
|
13
13
|
|
|
14
|
-
from ._stat_surf_cache import StatSurfCache
|
|
15
14
|
from ._surface_discovery import SurfaceFileInfo
|
|
16
15
|
from .ensemble_surface_provider import (
|
|
17
16
|
EnsembleSurfaceProvider,
|
|
@@ -26,7 +25,6 @@ LOGGER = logging.getLogger(__name__)
|
|
|
26
25
|
|
|
27
26
|
REL_SIM_DIR = "sim"
|
|
28
27
|
REL_OBS_DIR = "obs"
|
|
29
|
-
REL_STAT_CACHE_DIR = "stat_cache"
|
|
30
28
|
|
|
31
29
|
|
|
32
30
|
# pylint: disable=too-few-public-methods
|
|
@@ -53,8 +51,6 @@ class ProviderImplFile(EnsembleSurfaceProvider):
|
|
|
53
51
|
self._provider_dir = provider_dir
|
|
54
52
|
self._inventory_df = surface_inventory_df
|
|
55
53
|
|
|
56
|
-
self._stat_surf_cache = StatSurfCache(self._provider_dir / REL_STAT_CACHE_DIR)
|
|
57
|
-
|
|
58
54
|
@staticmethod
|
|
59
55
|
# pylint: disable=too-many-locals
|
|
60
56
|
def write_backing_store(
|
|
@@ -237,22 +233,10 @@ class ProviderImplFile(EnsembleSurfaceProvider):
|
|
|
237
233
|
) -> Optional[xtgeo.RegularSurface]:
|
|
238
234
|
timer = PerfTimer()
|
|
239
235
|
|
|
240
|
-
surf = self._stat_surf_cache.fetch(address)
|
|
241
|
-
if surf:
|
|
242
|
-
LOGGER.debug(
|
|
243
|
-
f"Fetched statistical surface from cache in: {timer.elapsed_s():.2f}s"
|
|
244
|
-
)
|
|
245
|
-
return surf
|
|
246
|
-
|
|
247
236
|
surf = self._create_statistical_surface(address)
|
|
248
|
-
et_create_s = timer.lap_s()
|
|
249
|
-
|
|
250
|
-
self._stat_surf_cache.store(address, surf)
|
|
251
|
-
et_write_cache_s = timer.lap_s()
|
|
252
237
|
|
|
253
238
|
LOGGER.debug(
|
|
254
|
-
f"Created
|
|
255
|
-
f"create={et_create_s:.2f}s, store={et_write_cache_s:.2f}s), "
|
|
239
|
+
f"Created statistical surface in: {timer.elapsed_s():.2f}s ("
|
|
256
240
|
f"[stat={address.statistic}, "
|
|
257
241
|
f"attr={address.attribute}, name={address.name}, date={address.datestr}]"
|
|
258
242
|
)
|
|
@@ -20,7 +20,7 @@ def filter_df(df: pd.DataFrame, ensemble: str, wells: List[str]) -> pd.DataFrame
|
|
|
20
20
|
in statistics.
|
|
21
21
|
"""
|
|
22
22
|
columns = ["ENSEMBLE"] + [f"WBHP:{well}" for well in wells]
|
|
23
|
-
return df.loc[df["ENSEMBLE"] == ensemble][columns].replace(0, np.
|
|
23
|
+
return df.loc[df["ENSEMBLE"] == ensemble][columns].replace(0, np.nan)
|
|
24
24
|
|
|
25
25
|
|
|
26
26
|
def calc_statistics(df: pd.DataFrame) -> pd.DataFrame:
|
|
@@ -105,4 +105,4 @@ def _find_contours(
|
|
|
105
105
|
|
|
106
106
|
def _simplify(poly: np.ndarray, simplify_dist: float) -> List[List[float]]:
|
|
107
107
|
simplified = shapely.geometry.LineString(poly).simplify(simplify_dist)
|
|
108
|
-
return np.array(simplified.coords).tolist()
|
|
108
|
+
return np.array(simplified.coords).tolist() # type: ignore
|
|
@@ -6,7 +6,7 @@ from dash import html
|
|
|
6
6
|
from dash.development.base_component import Component
|
|
7
7
|
from webviz_config.utils import StrEnum
|
|
8
8
|
from webviz_config.webviz_plugin_subclasses import ViewABC, ViewElementABC
|
|
9
|
-
from webviz_subsurface_components import
|
|
9
|
+
from webviz_subsurface_components import SubsurfaceViewer
|
|
10
10
|
|
|
11
11
|
|
|
12
12
|
class MainView(ViewABC):
|
|
@@ -48,7 +48,7 @@ class MapViewElement(ViewElementABC):
|
|
|
48
48
|
children=[
|
|
49
49
|
html.Div(
|
|
50
50
|
[
|
|
51
|
-
|
|
51
|
+
SubsurfaceViewer(
|
|
52
52
|
id=self.register_component_unique_id(
|
|
53
53
|
self.Ids.DECKGL_MAP
|
|
54
54
|
),
|
|
@@ -2,7 +2,7 @@ from dash import dcc, html
|
|
|
2
2
|
from dash.development.base_component import Component
|
|
3
3
|
from webviz_config.utils import StrEnum
|
|
4
4
|
from webviz_config.webviz_plugin_subclasses import ViewElementABC
|
|
5
|
-
from webviz_subsurface_components import
|
|
5
|
+
from webviz_subsurface_components import SubsurfaceViewer
|
|
6
6
|
|
|
7
7
|
|
|
8
8
|
class VTKView3D(ViewElementABC):
|
|
@@ -45,7 +45,7 @@ class VTKView3D(ViewElementABC):
|
|
|
45
45
|
html.Div(
|
|
46
46
|
style={"position": "absolute", "width": "100%", "height": "90%"},
|
|
47
47
|
children=[
|
|
48
|
-
|
|
48
|
+
SubsurfaceViewer(
|
|
49
49
|
id=self.register_component_unique_id(VTKView3D.Ids.VIEW),
|
|
50
50
|
layers=[
|
|
51
51
|
{
|
{webviz_subsurface-0.2.34 → webviz_subsurface-0.2.36}/webviz_subsurface/plugins/_history_match.py
RENAMED
|
@@ -155,7 +155,7 @@ def _get_sorted_edges(number_observation_groups: int) -> Dict[str, list]:
|
|
|
155
155
|
np.random.chisquare(df=1, size=number_observation_groups)
|
|
156
156
|
)
|
|
157
157
|
|
|
158
|
-
sorted_values = np.flip(sorted_values, 0)
|
|
158
|
+
sorted_values = np.flip(sorted_values, 0) # type: ignore
|
|
159
159
|
|
|
160
160
|
p10 = np.percentile(sorted_values, 90, axis=1)
|
|
161
161
|
p90 = np.percentile(sorted_values, 10, axis=1)
|
|
@@ -3,7 +3,7 @@ from typing import Any, Callable, Dict, List, Union
|
|
|
3
3
|
|
|
4
4
|
import webviz_core_components as wcc
|
|
5
5
|
from dash import dcc, html
|
|
6
|
-
from webviz_subsurface_components import
|
|
6
|
+
from webviz_subsurface_components import SubsurfaceViewer # type: ignore
|
|
7
7
|
|
|
8
8
|
from webviz_subsurface._utils.enum_shim import StrEnum
|
|
9
9
|
|
|
@@ -271,7 +271,7 @@ class MapViewLayout(FullScreen):
|
|
|
271
271
|
) -> None:
|
|
272
272
|
super().__init__(
|
|
273
273
|
children=html.Div(
|
|
274
|
-
|
|
274
|
+
SubsurfaceViewer(
|
|
275
275
|
id={"id": get_uuid(LayoutElements.DECKGLMAP), "tab": tab},
|
|
276
276
|
layers=update_map_layers(1, render_surfaces_as_images),
|
|
277
277
|
colorTables=color_tables,
|
|
@@ -971,7 +971,7 @@ def add_statistic_traces(df, color_by, curves, sataxis, colors, nplots):
|
|
|
971
971
|
|
|
972
972
|
traces = []
|
|
973
973
|
for ens_no, (ens, ens_df) in enumerate(
|
|
974
|
-
df[["ENSEMBLE", "REAL", "SATNUM", sataxis] + curves].groupby(
|
|
974
|
+
df[["ENSEMBLE", "REAL", "SATNUM", sataxis] + curves].groupby("ENSEMBLE")
|
|
975
975
|
):
|
|
976
976
|
for satnum_no, (satnum, satnum_df) in enumerate(
|
|
977
977
|
ens_df[["REAL", "SATNUM", sataxis] + curves].groupby("SATNUM")
|
|
@@ -102,6 +102,8 @@ forward_models.html?highlight=gendata_rft#MERGE_RFT_ERTOBS).
|
|
|
102
102
|
def __init__(
|
|
103
103
|
self,
|
|
104
104
|
webviz_settings: WebvizSettings,
|
|
105
|
+
rft: str = "share/results/tables/rft.csv",
|
|
106
|
+
rft_ert: str = "share/results/tables/rft_ert.csv",
|
|
105
107
|
csvfile_rft: Path = None,
|
|
106
108
|
csvfile_rft_ert: Path = None,
|
|
107
109
|
ensembles: Optional[List[str]] = None,
|
|
@@ -109,11 +111,14 @@ forward_models.html?highlight=gendata_rft#MERGE_RFT_ERTOBS).
|
|
|
109
111
|
obsdata: Path = None,
|
|
110
112
|
faultlines: Path = None,
|
|
111
113
|
) -> None:
|
|
114
|
+
# pylint: disable = too-many-arguments
|
|
112
115
|
super().__init__()
|
|
113
116
|
|
|
114
117
|
self._datamodel = RftPlotterDataModel(
|
|
115
118
|
webviz_settings,
|
|
116
119
|
ensembles,
|
|
120
|
+
rft,
|
|
121
|
+
rft_ert,
|
|
117
122
|
formations,
|
|
118
123
|
faultlines,
|
|
119
124
|
obsdata,
|
|
@@ -27,12 +27,15 @@ class RftPlotterDataModel:
|
|
|
27
27
|
self,
|
|
28
28
|
webviz_settings: WebvizSettings,
|
|
29
29
|
ensembles: Optional[List[str]],
|
|
30
|
+
rft: str,
|
|
31
|
+
rft_ert: str,
|
|
30
32
|
formations: Path = None,
|
|
31
33
|
faultlines: Path = None,
|
|
32
34
|
obsdata: Path = None,
|
|
33
35
|
csvfile_rft: Path = None,
|
|
34
36
|
csvfile_rft_ert: Path = None,
|
|
35
37
|
):
|
|
38
|
+
# pylint: disable = too-many-arguments
|
|
36
39
|
self.formations = formations
|
|
37
40
|
self.faultlines = faultlines
|
|
38
41
|
self.obsdata = obsdata
|
|
@@ -67,12 +70,12 @@ class RftPlotterDataModel:
|
|
|
67
70
|
|
|
68
71
|
self.ertdatadf = create_csvfile_providerset_from_paths(
|
|
69
72
|
ens_paths,
|
|
70
|
-
|
|
73
|
+
rft_ert,
|
|
71
74
|
).get_aggregated_dataframe()
|
|
72
75
|
|
|
73
76
|
try:
|
|
74
77
|
self.simdf = create_csvfile_providerset_from_paths(
|
|
75
|
-
ens_paths,
|
|
78
|
+
ens_paths, rft
|
|
76
79
|
).get_aggregated_dataframe()
|
|
77
80
|
|
|
78
81
|
except ValueError as err:
|
|
@@ -557,9 +557,9 @@ def make_status_df(
|
|
|
557
557
|
if len(set(range(min(reals), max(reals) + 1))) > len(set(reals)):
|
|
558
558
|
missing_df = ens_dfs[0].copy()
|
|
559
559
|
missing_df["STATUS"] = "Realization not started"
|
|
560
|
-
missing_df["RUNTIME"] = np.
|
|
561
|
-
missing_df["JOB_SCALED_RUNTIME"] = np.
|
|
562
|
-
missing_df["ENS_SCALED_RUNTIME"] = np.
|
|
560
|
+
missing_df["RUNTIME"] = np.nan
|
|
561
|
+
missing_df["JOB_SCALED_RUNTIME"] = np.nan
|
|
562
|
+
missing_df["ENS_SCALED_RUNTIME"] = np.nan
|
|
563
563
|
for missing_real in set(range(min(reals), max(reals) + 1)).difference(
|
|
564
564
|
set(reals)
|
|
565
565
|
):
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: webviz-subsurface
|
|
3
|
-
Version: 0.2.
|
|
3
|
+
Version: 0.2.36
|
|
4
4
|
Summary: Webviz config plugins for subsurface data
|
|
5
5
|
Home-page: https://github.com/equinor/webviz-subsurface
|
|
6
6
|
Author: R&T Equinor
|
|
@@ -42,9 +42,8 @@ Requires-Dist: scipy>=1.2
|
|
|
42
42
|
Requires-Dist: statsmodels>=0.12.1
|
|
43
43
|
Requires-Dist: xtgeo>=2.20.0
|
|
44
44
|
Requires-Dist: vtk>=9.2.2
|
|
45
|
-
Requires-Dist: webviz-config
|
|
46
|
-
Requires-Dist: webviz-
|
|
47
|
-
Requires-Dist: webviz-subsurface-components==1.0.2
|
|
45
|
+
Requires-Dist: webviz-config>=0.6.5
|
|
46
|
+
Requires-Dist: webviz-subsurface-components>=1.0.3
|
|
48
47
|
Provides-Extra: tests
|
|
49
48
|
Requires-Dist: bandit; extra == "tests"
|
|
50
49
|
Requires-Dist: black<24,>=22.1; extra == "tests"
|
{webviz_subsurface-0.2.34 → webviz_subsurface-0.2.36}/webviz_subsurface.egg-info/SOURCES.txt
RENAMED
|
@@ -29,32 +29,6 @@ tests/data/volumes.csv
|
|
|
29
29
|
tests/integration_tests/__init__.py
|
|
30
30
|
tests/integration_tests/test_parameter_filter.py
|
|
31
31
|
tests/integration_tests/test_surface_selector.py
|
|
32
|
-
tests/integration_tests/plugin_tests/__init__.py
|
|
33
|
-
tests/integration_tests/plugin_tests/test_bhp_qc.py
|
|
34
|
-
tests/integration_tests/plugin_tests/test_history_match.py
|
|
35
|
-
tests/integration_tests/plugin_tests/test_line_plotter_fmu.py
|
|
36
|
-
tests/integration_tests/plugin_tests/test_parameter_analysis.py
|
|
37
|
-
tests/integration_tests/plugin_tests/test_parameter_correlation.py
|
|
38
|
-
tests/integration_tests/plugin_tests/test_parameter_distribution.py
|
|
39
|
-
tests/integration_tests/plugin_tests/test_parameter_parallel_coordinates.py
|
|
40
|
-
tests/integration_tests/plugin_tests/test_parameter_response_correlation.py
|
|
41
|
-
tests/integration_tests/plugin_tests/test_property_statistics.py
|
|
42
|
-
tests/integration_tests/plugin_tests/test_pvt_plot.py
|
|
43
|
-
tests/integration_tests/plugin_tests/test_relative_permeability.py
|
|
44
|
-
tests/integration_tests/plugin_tests/test_reservoir_simulation_timeseries.py
|
|
45
|
-
tests/integration_tests/plugin_tests/test_reservoir_simulation_timeseries_onebyone.py
|
|
46
|
-
tests/integration_tests/plugin_tests/test_reservoir_simulation_timeseries_regional.py
|
|
47
|
-
tests/integration_tests/plugin_tests/test_rft_plotter.py
|
|
48
|
-
tests/integration_tests/plugin_tests/test_segy_viewer.py
|
|
49
|
-
tests/integration_tests/plugin_tests/test_simulation_timeseries_onebyone.py
|
|
50
|
-
tests/integration_tests/plugin_tests/test_structural_uncertainty.py
|
|
51
|
-
tests/integration_tests/plugin_tests/test_surface_viewer_fmu.py
|
|
52
|
-
tests/integration_tests/plugin_tests/test_surface_with_grid_crossection.py
|
|
53
|
-
tests/integration_tests/plugin_tests/test_surface_with_seismic_crossection.py
|
|
54
|
-
tests/integration_tests/plugin_tests/test_tornado_plotter_fmu.py
|
|
55
|
-
tests/integration_tests/plugin_tests/test_vfp_analysis.py
|
|
56
|
-
tests/integration_tests/plugin_tests/test_volumetric_analysis.py
|
|
57
|
-
tests/integration_tests/plugin_tests/test_well_log_viewer.py
|
|
58
32
|
tests/unit_tests/__init__.py
|
|
59
33
|
tests/unit_tests/abbreviations_tests/__init__.py
|
|
60
34
|
tests/unit_tests/abbreviations_tests/test_reservoir_simulation.py
|
|
@@ -203,7 +177,6 @@ webviz_subsurface/_providers/ensemble_summary_provider/_resampling.py
|
|
|
203
177
|
webviz_subsurface/_providers/ensemble_summary_provider/_table_utils.py
|
|
204
178
|
webviz_subsurface/_providers/ensemble_summary_provider/dev_compare_fmu_to_lazy_provider.py
|
|
205
179
|
webviz_subsurface/_providers/ensemble_summary_provider/dev_provider_perf_testing.py
|
|
206
|
-
webviz_subsurface/_providers/ensemble_summary_provider/dev_resampling_perf_testing.py
|
|
207
180
|
webviz_subsurface/_providers/ensemble_summary_provider/ensemble_summary_provider.py
|
|
208
181
|
webviz_subsurface/_providers/ensemble_summary_provider/ensemble_summary_provider_factory.py
|
|
209
182
|
webviz_subsurface/_providers/ensemble_summary_provider/utils.py
|
{webviz_subsurface-0.2.34 → webviz_subsurface-0.2.36}/webviz_subsurface.egg-info/requires.txt
RENAMED
|
@@ -16,9 +16,8 @@ scipy>=1.2
|
|
|
16
16
|
statsmodels>=0.12.1
|
|
17
17
|
xtgeo>=2.20.0
|
|
18
18
|
vtk>=9.2.2
|
|
19
|
-
webviz-config
|
|
20
|
-
webviz-
|
|
21
|
-
webviz-subsurface-components==1.0.2
|
|
19
|
+
webviz-config>=0.6.5
|
|
20
|
+
webviz-subsurface-components>=1.0.3
|
|
22
21
|
|
|
23
22
|
[:sys_platform == "linux"]
|
|
24
23
|
res2df>=1.0
|
|
@@ -1,12 +0,0 @@
|
|
|
1
|
-
# pylint: disable=no-name-in-module
|
|
2
|
-
from webviz_config.plugins import BhpQc
|
|
3
|
-
from webviz_config.testing import WebvizComposite
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
def test_bhp_qc(_webviz_duo: WebvizComposite, shared_settings: dict) -> None:
|
|
7
|
-
plugin = BhpQc(
|
|
8
|
-
shared_settings["HM_SETTINGS"], ensembles=shared_settings["HM_ENSEMBLES"]
|
|
9
|
-
)
|
|
10
|
-
|
|
11
|
-
_webviz_duo.start_server(plugin)
|
|
12
|
-
assert not _webviz_duo.get_logs()
|
|
@@ -1,18 +0,0 @@
|
|
|
1
|
-
# pylint: disable=no-name-in-module
|
|
2
|
-
from webviz_config.plugins import HistoryMatch
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
def test_history_match(dash_duo, app, testdata_folder, shared_settings) -> None:
|
|
6
|
-
plugin = HistoryMatch(
|
|
7
|
-
shared_settings["HM_SETTINGS"],
|
|
8
|
-
ensembles=shared_settings["HM_ENSEMBLES"],
|
|
9
|
-
observation_file=testdata_folder
|
|
10
|
-
/ "01_drogon_ahm"
|
|
11
|
-
/ "share"
|
|
12
|
-
/ "observations"
|
|
13
|
-
/ "tables"
|
|
14
|
-
/ "ert_observations.yml",
|
|
15
|
-
)
|
|
16
|
-
app.layout = plugin.layout
|
|
17
|
-
dash_duo.start_server(app)
|
|
18
|
-
assert not dash_duo.get_logs()
|
|
@@ -1,29 +0,0 @@
|
|
|
1
|
-
# pylint: disable=no-name-in-module
|
|
2
|
-
from webviz_config.plugins import LinePlotterFMU
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
def test_line_plotter_fmu(dash_duo, app, testdata_folder, shared_settings) -> None:
|
|
6
|
-
plugin = LinePlotterFMU(
|
|
7
|
-
app,
|
|
8
|
-
shared_settings["HM_SETTINGS"],
|
|
9
|
-
aggregated_csvfile=testdata_folder
|
|
10
|
-
/ "reek_test_data"
|
|
11
|
-
/ "aggregated_data"
|
|
12
|
-
/ "smry_hm.csv",
|
|
13
|
-
aggregated_parameterfile=testdata_folder
|
|
14
|
-
/ "reek_test_data"
|
|
15
|
-
/ "aggregated_data"
|
|
16
|
-
/ "parameters_hm.csv",
|
|
17
|
-
observation_file=testdata_folder / "reek_test_data" / "observations.yml",
|
|
18
|
-
observation_group="smry",
|
|
19
|
-
remap_observation_values={"DATE": "date"},
|
|
20
|
-
initial_data={
|
|
21
|
-
"x": "DATE",
|
|
22
|
-
"y": "FOPR",
|
|
23
|
-
"ensembles": ["iter-0", "iter-3"],
|
|
24
|
-
"colors": {"iter-0": "red", "iter-3": "blue"},
|
|
25
|
-
},
|
|
26
|
-
)
|
|
27
|
-
app.layout = plugin.layout
|
|
28
|
-
dash_duo.start_server(app)
|
|
29
|
-
assert not dash_duo.get_logs()
|
|
@@ -1,26 +0,0 @@
|
|
|
1
|
-
import warnings
|
|
2
|
-
|
|
3
|
-
# pylint: disable=no-name-in-module
|
|
4
|
-
from webviz_config.plugins import ParameterAnalysis
|
|
5
|
-
from webviz_config.testing import WebvizComposite
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
def test_parameter_analysis(
|
|
9
|
-
_webviz_duo: WebvizComposite, shared_settings: dict
|
|
10
|
-
) -> None:
|
|
11
|
-
plugin = ParameterAnalysis(
|
|
12
|
-
shared_settings["HM_SETTINGS"],
|
|
13
|
-
ensembles=shared_settings["HM_ENSEMBLES"],
|
|
14
|
-
column_keys=["WWCT:*"],
|
|
15
|
-
time_index="monthly",
|
|
16
|
-
drop_constants=True,
|
|
17
|
-
)
|
|
18
|
-
_webviz_duo.start_server(plugin)
|
|
19
|
-
|
|
20
|
-
logs = []
|
|
21
|
-
for log in _webviz_duo.get_logs() or []:
|
|
22
|
-
if "dash_renderer" in log.get("message"):
|
|
23
|
-
warnings.warn(log.get("message"))
|
|
24
|
-
else:
|
|
25
|
-
logs.append(log)
|
|
26
|
-
assert not logs
|
|
@@ -1,25 +0,0 @@
|
|
|
1
|
-
# pylint: disable=no-name-in-module
|
|
2
|
-
from webviz_config.plugins import ParameterCorrelation
|
|
3
|
-
from webviz_config.testing import WebvizComposite
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
def test_parameter_correlation(_webviz_duo: WebvizComposite, shared_settings) -> None:
|
|
7
|
-
parameter_correlation = ParameterCorrelation(
|
|
8
|
-
shared_settings["HM_SETTINGS"],
|
|
9
|
-
ensembles=shared_settings["HM_ENSEMBLES"],
|
|
10
|
-
)
|
|
11
|
-
|
|
12
|
-
_webviz_duo.start_server(parameter_correlation)
|
|
13
|
-
|
|
14
|
-
_webviz_duo.toggle_webviz_settings_drawer()
|
|
15
|
-
_webviz_duo.toggle_webviz_settings_group(
|
|
16
|
-
parameter_correlation.view("paracorr").settings_group_unique_id("settings")
|
|
17
|
-
)
|
|
18
|
-
# Using str literals directly, not IDs from the plugin as intended because
|
|
19
|
-
# the run test did not accept the imports
|
|
20
|
-
|
|
21
|
-
my_component_id = _webviz_duo.view_settings_group_unique_component_id(
|
|
22
|
-
"paracorr", "settings", "shared-ensemble"
|
|
23
|
-
)
|
|
24
|
-
_webviz_duo.wait_for_contains_text(my_component_id, "iter-0")
|
|
25
|
-
assert not _webviz_duo.get_logs()
|
webviz_subsurface-0.2.34/tests/integration_tests/plugin_tests/test_parameter_distribution.py
DELETED
|
@@ -1,13 +0,0 @@
|
|
|
1
|
-
# pylint: disable=no-name-in-module
|
|
2
|
-
from webviz_config.plugins import ParameterDistribution
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
def test_parameter_distribution(dash_duo, app, shared_settings) -> None:
|
|
6
|
-
plugin = ParameterDistribution(
|
|
7
|
-
app,
|
|
8
|
-
shared_settings["HM_SETTINGS"],
|
|
9
|
-
ensembles=shared_settings["HM_ENSEMBLES"],
|
|
10
|
-
)
|
|
11
|
-
app.layout = plugin.layout
|
|
12
|
-
dash_duo.start_server(app)
|
|
13
|
-
assert not dash_duo.get_logs()
|