webviz-subsurface 0.2.33__py3-none-any.whl → 0.2.35__py3-none-any.whl
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/_models/parameter_model.py +1 -0
- webviz_subsurface/_providers/ensemble_grid_provider/_xtgeo_to_vtk_explicit_structured_grid.py +1 -1
- webviz_subsurface/_providers/ensemble_grid_provider/grid_viz_service.py +6 -4
- webviz_subsurface/_providers/ensemble_summary_provider/_provider_impl_arrow_lazy.py +2 -2
- webviz_subsurface/_providers/ensemble_summary_provider/_provider_impl_arrow_presampled.py +1 -1
- webviz_subsurface/_providers/ensemble_summary_provider/_resampling.py +30 -22
- webviz_subsurface/_providers/ensemble_surface_provider/_provider_impl_file.py +1 -17
- webviz_subsurface/_providers/ensemble_surface_provider/_surface_to_float32_array.py +1 -1
- webviz_subsurface/_utils/parameter_response.py +3 -1
- webviz_subsurface/plugins/_bhp_qc/views/_view_functions.py +1 -1
- webviz_subsurface/plugins/_co2_leakage/_utilities/plume_extent.py +1 -1
- webviz_subsurface/plugins/_co2_leakage/views/mainview/mainview.py +2 -2
- webviz_subsurface/plugins/_grid_viewer_fmu/views/view_3d/view_elements/_vtk_view_3d_element.py +2 -2
- webviz_subsurface/plugins/_history_match.py +1 -1
- webviz_subsurface/plugins/_map_viewer_fmu/_tmp_well_pick_provider.py +3 -1
- webviz_subsurface/plugins/_map_viewer_fmu/_types.py +1 -0
- webviz_subsurface/plugins/_map_viewer_fmu/_utils.py +18 -1
- webviz_subsurface/plugins/_map_viewer_fmu/callbacks.py +38 -12
- webviz_subsurface/plugins/_map_viewer_fmu/layout.py +32 -18
- webviz_subsurface/plugins/_map_viewer_fmu/map_viewer_fmu.py +33 -5
- webviz_subsurface/plugins/_rft_plotter/_plugin.py +5 -0
- webviz_subsurface/plugins/_rft_plotter/_utils/_rft_plotter_data_model.py +5 -2
- webviz_subsurface/plugins/_running_time_analysis_fmu.py +3 -3
- webviz_subsurface/plugins/_segy_viewer.py +6 -26
- webviz_subsurface/plugins/_surface_with_grid_cross_section.py +3 -16
- webviz_subsurface/plugins/_surface_with_seismic_cross_section.py +3 -16
- webviz_subsurface/plugins/_volumetric_analysis/controllers/distribution_controllers.py +33 -29
- webviz_subsurface/plugins/_volumetric_analysis/controllers/selections_controllers.py +8 -12
- webviz_subsurface/plugins/_volumetric_analysis/views/main_view.py +0 -3
- webviz_subsurface/plugins/_volumetric_analysis/views/selections_view.py +2 -12
- webviz_subsurface/plugins/_volumetric_analysis/volumetric_analysis.py +45 -3
- webviz_subsurface/plugins/_well_log_viewer/well_log_viewer.py +1 -1
- {webviz_subsurface-0.2.33.dist-info → webviz_subsurface-0.2.35.dist-info}/METADATA +3 -4
- {webviz_subsurface-0.2.33.dist-info → webviz_subsurface-0.2.35.dist-info}/RECORD +39 -66
- tests/integration_tests/plugin_tests/__init__.py +0 -0
- tests/integration_tests/plugin_tests/test_bhp_qc.py +0 -12
- tests/integration_tests/plugin_tests/test_history_match.py +0 -18
- tests/integration_tests/plugin_tests/test_line_plotter_fmu.py +0 -29
- tests/integration_tests/plugin_tests/test_parameter_analysis.py +0 -26
- tests/integration_tests/plugin_tests/test_parameter_correlation.py +0 -25
- tests/integration_tests/plugin_tests/test_parameter_distribution.py +0 -13
- tests/integration_tests/plugin_tests/test_parameter_parallel_coordinates.py +0 -13
- tests/integration_tests/plugin_tests/test_parameter_response_correlation.py +0 -15
- tests/integration_tests/plugin_tests/test_property_statistics.py +0 -22
- tests/integration_tests/plugin_tests/test_pvt_plot.py +0 -15
- tests/integration_tests/plugin_tests/test_relative_permeability.py +0 -14
- tests/integration_tests/plugin_tests/test_reservoir_simulation_timeseries.py +0 -30
- tests/integration_tests/plugin_tests/test_reservoir_simulation_timeseries_onebyone.py +0 -16
- tests/integration_tests/plugin_tests/test_reservoir_simulation_timeseries_regional.py +0 -23
- tests/integration_tests/plugin_tests/test_rft_plotter.py +0 -43
- tests/integration_tests/plugin_tests/test_segy_viewer.py +0 -22
- tests/integration_tests/plugin_tests/test_simulation_timeseries_onebyone.py +0 -23
- tests/integration_tests/plugin_tests/test_structural_uncertainty.py +0 -244
- tests/integration_tests/plugin_tests/test_surface_viewer_fmu.py +0 -21
- tests/integration_tests/plugin_tests/test_surface_with_grid_crossection.py +0 -45
- tests/integration_tests/plugin_tests/test_surface_with_seismic_crossection.py +0 -35
- tests/integration_tests/plugin_tests/test_tornado_plotter_fmu.py +0 -14
- tests/integration_tests/plugin_tests/test_vfp_analysis.py +0 -13
- tests/integration_tests/plugin_tests/test_volumetric_analysis.py +0 -38
- tests/integration_tests/plugin_tests/test_well_log_viewer.py +0 -16
- webviz_subsurface/_providers/ensemble_summary_provider/dev_resampling_perf_testing.py +0 -112
- {webviz_subsurface-0.2.33.dist-info → webviz_subsurface-0.2.35.dist-info}/LICENSE +0 -0
- {webviz_subsurface-0.2.33.dist-info → webviz_subsurface-0.2.35.dist-info}/LICENSE.chromedriver +0 -0
- {webviz_subsurface-0.2.33.dist-info → webviz_subsurface-0.2.35.dist-info}/WHEEL +0 -0
- {webviz_subsurface-0.2.33.dist-info → webviz_subsurface-0.2.35.dist-info}/entry_points.txt +0 -0
- {webviz_subsurface-0.2.33.dist-info → webviz_subsurface-0.2.35.dist-info}/top_level.txt +0 -0
|
File without changes
|
|
File without changes
|