webviz-subsurface 0.2.35__py3-none-any.whl → 0.2.36__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.
@@ -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 not offending_indices:
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])
@@ -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(["ENSEMBLE"])
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")
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: webviz-subsurface
3
- Version: 0.2.35
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
@@ -135,7 +135,7 @@ webviz_subsurface/_providers/ensemble_summary_provider/_arrow_unsmry_import.py,s
135
135
  webviz_subsurface/_providers/ensemble_summary_provider/_csv_import.py,sha256=znx5say_PuSB0Fg7jH8ob81-NCHgTWZlB-ioRflg8oI,1020
136
136
  webviz_subsurface/_providers/ensemble_summary_provider/_dataframe_utils.py,sha256=6xkb7Rrwdis74sz_VZ4SQgjMm9Z4zun16u5YLhe9OhY,2122
137
137
  webviz_subsurface/_providers/ensemble_summary_provider/_field_metadata.py,sha256=I7l65Q1wj5AXOY4Odrt4kp92vh1JCVq2tOn4EcbdNf8,3843
138
- webviz_subsurface/_providers/ensemble_summary_provider/_provider_impl_arrow_lazy.py,sha256=78sWfBqdPznXxtrXkVmedLKVbDLIOyUQc-tlZb19eyA,14483
138
+ webviz_subsurface/_providers/ensemble_summary_provider/_provider_impl_arrow_lazy.py,sha256=ia8tg-0Jlzfw_cUSt81YVfFduENj0IZRB_EBG2-1iS4,14489
139
139
  webviz_subsurface/_providers/ensemble_summary_provider/_provider_impl_arrow_presampled.py,sha256=Mt_BmOv363nhzHO2eyaZFuGrxNH8Yh7OPAE6NJv8lmY,16613
140
140
  webviz_subsurface/_providers/ensemble_summary_provider/_resampling.py,sha256=yFaSeizf7Krg_L5S4DW6BJwIjtRd10NEoSnZNjs781s,14034
141
141
  webviz_subsurface/_providers/ensemble_summary_provider/_table_utils.py,sha256=KmO1Pa2Ybn9jC9I_ydv1AmbS1rwYWVWDrEqy0ts9rmk,2530
@@ -198,7 +198,7 @@ webviz_subsurface/plugins/_morris_plot.py,sha256=hwN-0TdoUAT3AUYyLw4ZXbfQrXaxBk0
198
198
  webviz_subsurface/plugins/_parameter_distribution.py,sha256=Kr3bPrnAviudrBPLYWiGM-AXsyCoiihntoSX5kfinzQ,8330
199
199
  webviz_subsurface/plugins/_parameter_parallel_coordinates.py,sha256=yV-fVp0Jl9y7mPfjBQHQWpPMJwsHMZsw_REna477V3w,23590
200
200
  webviz_subsurface/plugins/_parameter_response_correlation.py,sha256=CEOs-_BRUY8dsSrkrk5l-AxUsIf38-42upl9LDOwAvI,29940
201
- webviz_subsurface/plugins/_relative_permeability.py,sha256=hU6REcrXDH4Rl8iJqkW-fTHe0EQBobMfhjfK48Ux_fo,47996
201
+ webviz_subsurface/plugins/_relative_permeability.py,sha256=baU7fbIUh1xbLWHPly6dGWJ3gscCIJgpyQieixSQhfQ,47994
202
202
  webviz_subsurface/plugins/_reservoir_simulation_timeseries.py,sha256=reG1FVTDhigeWv6vSUySyUN9qdbGf0Pv1yK1E1_jU-o,62644
203
203
  webviz_subsurface/plugins/_reservoir_simulation_timeseries_onebyone.py,sha256=6OrJe2lNOvwqnWhlZoHYADiOwp75IBKGt3YG1br5Z8U,27474
204
204
  webviz_subsurface/plugins/_reservoir_simulation_timeseries_regional.py,sha256=p4nsaD3M9Q7Erqn31TNYkZIsChmOETX2essnqZmidOU,54595
@@ -587,10 +587,10 @@ webviz_subsurface/plugins/_well_log_viewer/controllers/_well_controller.py,sha25
587
587
  webviz_subsurface/plugins/_well_log_viewer/utils/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
588
588
  webviz_subsurface/plugins/_well_log_viewer/utils/default_color_tables.py,sha256=0UgrvygPGEAuC15vn73NCXJUQLt9Dpn5QZqqq1IJkfw,4872
589
589
  webviz_subsurface/plugins/_well_log_viewer/utils/xtgeo_well_log_to_json.py,sha256=T44-vFwvvjyo376yoL1QWDc98exG8N1cLTEzrGp-I7A,1608
590
- webviz_subsurface-0.2.35.dist-info/LICENSE,sha256=OXLcl0T2SZ8Pmy2_dmlvKuetivmyPd5m1q-Gyd-zaYY,35149
591
- webviz_subsurface-0.2.35.dist-info/LICENSE.chromedriver,sha256=H5UWVvf6Y7Ul6i35mriz7071dWR01cR9G-5ypnZHnpM,326542
592
- webviz_subsurface-0.2.35.dist-info/METADATA,sha256=IBorFkwCsSRWbirMkgygnSkgDdBhXkIBw6zTYDcHU2o,6351
593
- webviz_subsurface-0.2.35.dist-info/WHEEL,sha256=P9jw-gEje8ByB7_hXoICnHtVCrEwMQh-630tKvQWehc,91
594
- webviz_subsurface-0.2.35.dist-info/entry_points.txt,sha256=aprJRZQ2dW0An59soobTCaWzw6nEtiZBGncBhWA_C5Y,4129
595
- webviz_subsurface-0.2.35.dist-info/top_level.txt,sha256=NobeVsNfPINQgUSc9hlW3aqYHO5A0SNlhacg-2YDcf4,24
596
- webviz_subsurface-0.2.35.dist-info/RECORD,,
590
+ webviz_subsurface-0.2.36.dist-info/LICENSE,sha256=OXLcl0T2SZ8Pmy2_dmlvKuetivmyPd5m1q-Gyd-zaYY,35149
591
+ webviz_subsurface-0.2.36.dist-info/LICENSE.chromedriver,sha256=H5UWVvf6Y7Ul6i35mriz7071dWR01cR9G-5ypnZHnpM,326542
592
+ webviz_subsurface-0.2.36.dist-info/METADATA,sha256=R6nLNgEvhlsBOTvcGAwTvCyGeqYH8xhABnqbZU5Svjo,6351
593
+ webviz_subsurface-0.2.36.dist-info/WHEEL,sha256=P9jw-gEje8ByB7_hXoICnHtVCrEwMQh-630tKvQWehc,91
594
+ webviz_subsurface-0.2.36.dist-info/entry_points.txt,sha256=aprJRZQ2dW0An59soobTCaWzw6nEtiZBGncBhWA_C5Y,4129
595
+ webviz_subsurface-0.2.36.dist-info/top_level.txt,sha256=NobeVsNfPINQgUSc9hlW3aqYHO5A0SNlhacg-2YDcf4,24
596
+ webviz_subsurface-0.2.36.dist-info/RECORD,,