res2df 1.3.0__py2.py3-none-any.whl → 1.3.1__py2.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.
- res2df/pvt.py +1 -1
- res2df/version.py +2 -2
- {res2df-1.3.0.dist-info → res2df-1.3.1.dist-info}/METADATA +1 -1
- {res2df-1.3.0.dist-info → res2df-1.3.1.dist-info}/RECORD +8 -8
- {res2df-1.3.0.dist-info → res2df-1.3.1.dist-info}/LICENSE +0 -0
- {res2df-1.3.0.dist-info → res2df-1.3.1.dist-info}/WHEEL +0 -0
- {res2df-1.3.0.dist-info → res2df-1.3.1.dist-info}/entry_points.txt +0 -0
- {res2df-1.3.0.dist-info → res2df-1.3.1.dist-info}/top_level.txt +0 -0
res2df/pvt.py
CHANGED
|
@@ -375,7 +375,7 @@ def df2res_rock(dframe: pd.DataFrame, comment: Optional[str] = None) -> str:
|
|
|
375
375
|
return "-- No data!"
|
|
376
376
|
string = "ROCK\n"
|
|
377
377
|
string += comment_formatter(comment)
|
|
378
|
-
string += "-- {'PRESSURE':^21} {'COMPRESSIBILITY':^21}\n"
|
|
378
|
+
string += f"-- {'PRESSURE':^21} {'COMPRESSIBILITY':^21}\n"
|
|
379
379
|
# Use everything if KEYWORD not in dframe..
|
|
380
380
|
subset = dframe if "KEYWORD" not in dframe else dframe[dframe["KEYWORD"] == "ROCK"]
|
|
381
381
|
if "PVTNUM" not in subset:
|
res2df/version.py
CHANGED
|
@@ -13,7 +13,7 @@ res2df/inferdims.py,sha256=ur0GE1ASzfzoXPgUjaow46NWBlBCgiX6qfAmn8HJatg,7329
|
|
|
13
13
|
res2df/nnc.py,sha256=qEPuAhTFwmZuClxaKsrBh28HlLquE0-XH7ams4ylt50,9346
|
|
14
14
|
res2df/parameters.py,sha256=pkgmW5tVtyMav1T43RxdYHnoejvnZarFhKfhhgp028U,6277
|
|
15
15
|
res2df/pillars.py,sha256=NXFZhcd4L0pRFLH3B3ip_3ClVuy8Dgz13m4QW4mZDfA,16174
|
|
16
|
-
res2df/pvt.py,sha256=
|
|
16
|
+
res2df/pvt.py,sha256=JNmCUvaNBnq-SUdmnxkt9n3rkR-HUneiHJBfINACVfU,22646
|
|
17
17
|
res2df/res2csv.py,sha256=aKqSHNTNXxMb3Ahwh1Cx2BSx7bXV3dSGxhjuPznDABA,12080
|
|
18
18
|
res2df/res2csvlogger.py,sha256=rsg1IweNsOiP2zHoYqpipQxW2FbvSIN5XNOlQHXfUqo,2328
|
|
19
19
|
res2df/resdatafiles.py,sha256=xBW3GewottrdFqpj4LxGKjCbfLEPC0H7Odw1Mn1ls_U,10093
|
|
@@ -22,7 +22,7 @@ res2df/satfunc.py,sha256=sxoqXsORI5xijD0RSybr6unm-sQNpUckXFNwHEtVdv8,13808
|
|
|
22
22
|
res2df/summary.py,sha256=sa0OH9Nle1uaTRMN33XL69Lyl66876OX01ZJ_kISxSI,31711
|
|
23
23
|
res2df/svg_color_keyword_names.txt,sha256=yiI2Ohv3NxxEAJC5OjVERZi7MLi2-bk7okyI5-xFDr8,1456
|
|
24
24
|
res2df/trans.py,sha256=fWlelN74QPnxm5krWYXIGxhRZKVJA2r1lHXE-Ac1DuI,10880
|
|
25
|
-
res2df/version.py,sha256=
|
|
25
|
+
res2df/version.py,sha256=cOVPCvD2h2G_2KB6G3ddreYkIQfAnS6WqgAkF_qgGOQ,411
|
|
26
26
|
res2df/wcon.py,sha256=67A2qtqokaefLyI5mdTaGkTlkSkDIRhVNVYA-8TE9oE,3376
|
|
27
27
|
res2df/wellcompletiondata.py,sha256=s4PvMNYBcgSJzPE6_so6suxgeI_fzHbDzA8kHxen-AA,10990
|
|
28
28
|
res2df/wellconnstatus.py,sha256=KPteMgwomDpp11rAkmN5GTLMEdS79Ah0QEFdG0VSu-E,4055
|
|
@@ -81,9 +81,9 @@ res2df/vfp/_vfpcommon.py,sha256=0no9r1jwGaABXexZ6WoKrOl2fFq87RMmcRZLE640cnk,7053
|
|
|
81
81
|
res2df/vfp/_vfpdefs.py,sha256=yvi5nCkJ2UZxVx0LuVbBHLNjn0e0UCSZudmzvTk689A,7028
|
|
82
82
|
res2df/vfp/_vfpinj.py,sha256=-QgT0hKBd7mW9VcEaROtwOdxJlZlutRHCNp9wiED6jM,23594
|
|
83
83
|
res2df/vfp/_vfpprod.py,sha256=0ar8v1JUFy3f4ezofdwCsq5Xricg6tQArre9rjI5Ol0,36743
|
|
84
|
-
res2df-1.3.
|
|
85
|
-
res2df-1.3.
|
|
86
|
-
res2df-1.3.
|
|
87
|
-
res2df-1.3.
|
|
88
|
-
res2df-1.3.
|
|
89
|
-
res2df-1.3.
|
|
84
|
+
res2df-1.3.1.dist-info/LICENSE,sha256=OXLcl0T2SZ8Pmy2_dmlvKuetivmyPd5m1q-Gyd-zaYY,35149
|
|
85
|
+
res2df-1.3.1.dist-info/METADATA,sha256=6jgXWz_jzV8ApovvFVMzJm75RLfcuCmAy3gJ_Df9R8c,3339
|
|
86
|
+
res2df-1.3.1.dist-info/WHEEL,sha256=9Hm2OB-j1QcCUq9Jguht7ayGIIZBRTdOXD1qg9cCgPM,109
|
|
87
|
+
res2df-1.3.1.dist-info/entry_points.txt,sha256=MEFyOYIu-X3ZCgqZIE6t8EnmZ3xGvMAj8VMkJdi_lZY,164
|
|
88
|
+
res2df-1.3.1.dist-info/top_level.txt,sha256=U8AZBqrFHm9PMXg0toCfHJ817VfFtdKQpc8JuS5qToM,7
|
|
89
|
+
res2df-1.3.1.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|