ert 16.0.14__py3-none-any.whl → 16.0.15__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.
- ert/config/gen_kw_config.py +2 -2
- ert/shared/version.py +3 -3
- {ert-16.0.14.dist-info → ert-16.0.15.dist-info}/METADATA +1 -1
- {ert-16.0.14.dist-info → ert-16.0.15.dist-info}/RECORD +8 -8
- {ert-16.0.14.dist-info → ert-16.0.15.dist-info}/WHEEL +0 -0
- {ert-16.0.14.dist-info → ert-16.0.15.dist-info}/entry_points.txt +0 -0
- {ert-16.0.14.dist-info → ert-16.0.15.dist-info}/licenses/COPYING +0 -0
- {ert-16.0.14.dist-info → ert-16.0.15.dist-info}/top_level.txt +0 -0
ert/config/gen_kw_config.py
CHANGED
|
@@ -121,7 +121,7 @@ class GenKwConfig(ParameterConfig):
|
|
|
121
121
|
gen_kw_key = cast(str, gen_kw[0])
|
|
122
122
|
|
|
123
123
|
options = cast(dict[str, str], gen_kw[-1])
|
|
124
|
-
positional_args = cast(list[str], gen_kw[:-1])
|
|
124
|
+
positional_args = cast(list[str | list[str]], gen_kw[:-1])
|
|
125
125
|
errors = []
|
|
126
126
|
update_parameter = str_to_bool(options.get("UPDATE", "TRUE"))
|
|
127
127
|
if _get_abs_path(options.get("INIT_FILES")):
|
|
@@ -186,7 +186,7 @@ class GenKwConfig(ParameterConfig):
|
|
|
186
186
|
params[0], params[1], params[2:]
|
|
187
187
|
),
|
|
188
188
|
forward_init=False,
|
|
189
|
-
update=update_parameter,
|
|
189
|
+
update="CONST" not in params and update_parameter,
|
|
190
190
|
)
|
|
191
191
|
for params in distributions_spec
|
|
192
192
|
]
|
ert/shared/version.py
CHANGED
|
@@ -28,7 +28,7 @@ version_tuple: VERSION_TUPLE
|
|
|
28
28
|
commit_id: COMMIT_ID
|
|
29
29
|
__commit_id__: COMMIT_ID
|
|
30
30
|
|
|
31
|
-
__version__ = version = '16.0.
|
|
32
|
-
__version_tuple__ = version_tuple = (16, 0,
|
|
31
|
+
__version__ = version = '16.0.15'
|
|
32
|
+
__version_tuple__ = version_tuple = (16, 0, 15)
|
|
33
33
|
|
|
34
|
-
__commit_id__ = commit_id = '
|
|
34
|
+
__commit_id__ = commit_id = 'g7421f693b'
|
|
@@ -64,7 +64,7 @@ ert/config/external_ert_script.py,sha256=7htQDv1P7ykoj4Bz51xOWIDbs7P4z7HIft67Bab
|
|
|
64
64
|
ert/config/field.py,sha256=o5Ekn5RnYml4r1NcPuUnRpb-mFvitcJjD0-XgNqCzCU,14130
|
|
65
65
|
ert/config/forward_model_step.py,sha256=v35ieiGdE5OA764q1eri2MGSNDEUtOlweBp2Vx56EpI,9926
|
|
66
66
|
ert/config/gen_data_config.py,sha256=Vuh3wGPL_R2jktPhX_dAR_SjYu0LADdRQJjn1H7VVV8,8554
|
|
67
|
-
ert/config/gen_kw_config.py,sha256=
|
|
67
|
+
ert/config/gen_kw_config.py,sha256=VKVmH9KVjFD4O0o4qcFhkMs0f_Sso7u_kiMYpxKEu84,10586
|
|
68
68
|
ert/config/lint_file.py,sha256=DZv2j2OzhArtr7oDDUin6lJRwP6Ww620b7Yh-0SHUFc,671
|
|
69
69
|
ert/config/model_config.py,sha256=puFBesPfksWM9Yp1qKa1gu_y7r2drZf9etJUBqGspu4,5056
|
|
70
70
|
ert/config/parameter_config.py,sha256=pZz0PstN_Mm4e2w3S_CxuXHZK11KeNjLAUhJIUqMXYg,6035
|
|
@@ -398,7 +398,7 @@ ert/services/storage_service.py,sha256=3hiQ5MVDD1ozFgndcy6HadK0qPVS1FAmL4P5p2LFf
|
|
|
398
398
|
ert/services/webviz_ert_service.py,sha256=J5vznqb_-DjlDMOze7tdvuBE4GWEPgJ5dIIXvRLKd0Y,650
|
|
399
399
|
ert/shared/__init__.py,sha256=OwgL-31MxA0fabETJ5Svw0tqJpHi569CZDRFHdHiqA0,644
|
|
400
400
|
ert/shared/net_utils.py,sha256=DDHIZLHdBnh7ZZ--1s-FUlsoNTSJJsfHmLQE44E2JqU,5324
|
|
401
|
-
ert/shared/version.py,sha256=
|
|
401
|
+
ert/shared/version.py,sha256=fRt6uka3bQ3Pc3Nf-G-4zgHPAsg-5rZL-knjGnhH3Ug,716
|
|
402
402
|
ert/shared/_doc_utils/__init__.py,sha256=zSl-NUpWLF167PVTvfjn0T50gExjvyWPw5OGq5Bt2Dc,983
|
|
403
403
|
ert/shared/_doc_utils/ert_jobs.py,sha256=425Ol3pk-rIjyQxoopAijKV-YiAESJy3yyoukBQle4s,8116
|
|
404
404
|
ert/shared/_doc_utils/everest_jobs.py,sha256=uBDN7tIwlBJIZVZ6ZFL1tkewEJJGDLoeVrFIIrJznvM,2081
|
|
@@ -447,7 +447,7 @@ ert/validation/validation_status.py,sha256=f47_B7aS-9DEh6uaVzKxD97pXienkyTVVCqTy
|
|
|
447
447
|
ert/warnings/__init__.py,sha256=IBwQVkdD7Njaad9PAB-9K-kr15wnA4EBKboxyqgu9NA,214
|
|
448
448
|
ert/warnings/_warnings.py,sha256=7qhNZ0W4nnljzoOx6AXX7VlMv5pa34Ek5M5n1Ep0Kak,189
|
|
449
449
|
ert/warnings/specific_warning_handler.py,sha256=5dVXtOhzcMmtPBGx4AOddXNPfzTFOPA7RVtdH8hLv68,932
|
|
450
|
-
ert-16.0.
|
|
450
|
+
ert-16.0.15.dist-info/licenses/COPYING,sha256=jOtLnuWt7d5Hsx6XXB2QxzrSe2sWWh3NgMfFRetluQM,35147
|
|
451
451
|
everest/__init__.py,sha256=8_f50f6H3-onqaiuNCwC0Eiotdl9JuTxhwyF_54MVvU,306
|
|
452
452
|
everest/config_file_loader.py,sha256=hnwsdrj-HWZb8h5gaCaZEt0uEy4_5n9j9_pC17USbCQ,5359
|
|
453
453
|
everest/everest_storage.py,sha256=-AcCQrBYZWvo0ZtNTgMcgH4lSrHY_bQoxe5In2extBk,42477
|
|
@@ -514,8 +514,8 @@ everest/templates/well_drill.tmpl,sha256=9iLexmBHMsMQNXyyRK4GlmVuVpVIxRcCHpy1av5
|
|
|
514
514
|
everest/templates/well_order.tmpl,sha256=XJ1eVRkeyTdLu5sLsltJSSK6BDLN7rFOAqLdM3ZZy3w,75
|
|
515
515
|
everest/util/__init__.py,sha256=RNXpUtHIuDVrIKzi71E6Ui90amJ7o5DmTTFTeJlrXOs,1269
|
|
516
516
|
everest/util/forward_models.py,sha256=JPxHhLI6TrmQJwW50wwGBmw57TfRd8SG2svYhXFHrc8,1617
|
|
517
|
-
ert-16.0.
|
|
518
|
-
ert-16.0.
|
|
519
|
-
ert-16.0.
|
|
520
|
-
ert-16.0.
|
|
521
|
-
ert-16.0.
|
|
517
|
+
ert-16.0.15.dist-info/METADATA,sha256=JkM8zIyOoMsk37rMBss_E4tZoicgD4Vq1cOzs7p0fHA,9758
|
|
518
|
+
ert-16.0.15.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
|
|
519
|
+
ert-16.0.15.dist-info/entry_points.txt,sha256=ChZ7vn8Qy9v9rT8GM2JtAvWDN3NVoy4BIcvVRtU73CM,189
|
|
520
|
+
ert-16.0.15.dist-info/top_level.txt,sha256=LRh9GfdfyDWfAGmrQgp_XdoMHA4v6aotw8xgsy5YyHE,17
|
|
521
|
+
ert-16.0.15.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|