pyEQL 0.12.1__py2.py3-none-any.whl → 0.12.2__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.
pyEQL/solution.py CHANGED
@@ -1165,7 +1165,7 @@ class Solution(MSONable):
1165
1165
  --------
1166
1166
  get_amount
1167
1167
  """
1168
- TOT: Quantity = ureg.Quantity(f"0 {units}")
1168
+ TOT: Quantity = 0
1169
1169
 
1170
1170
  # standardize the element formula
1171
1171
  el = str(Element(element.split("(")[0]))
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: pyEQL
3
- Version: 0.12.1
3
+ Version: 0.12.2
4
4
  Summary: Python tools for solution chemistry
5
5
  Home-page: https://github.com/KingsburyLab/pyEQL
6
6
  Author: Ryan Kingsbury
@@ -7,7 +7,7 @@ pyEQL/logging_system.py,sha256=pwNmMTXc5E5ycMhls4Lw2rVGAmN6ClDg7O3HEZRwor4,2579
7
7
  pyEQL/pint_custom_units.txt,sha256=XHmcMlwVvqF9nEW7_e9Xgyq-xWEr-cDYqieas11T3eY,2882
8
8
  pyEQL/salt_ion_match.py,sha256=iSXLOHCXurfShyXzmNzLpt-khJK1cmogxVtDb-6jDGw,4156
9
9
  pyEQL/solute.py,sha256=rY3lrVbW7XhLtQHgcNQC__Y-Yg1tZVuERmYvcQW1IlY,4754
10
- pyEQL/solution.py,sha256=fLcPg7KL1MpKBuHauV1PH85m-2UyQfSLoeGm6lPx7LE,132979
10
+ pyEQL/solution.py,sha256=HoJiuc2E-FuxUYqN4Awe4a5g2HQVNLMy3_CFT5SWPds,132953
11
11
  pyEQL/utils.py,sha256=_uiQQlslX-k4SG7AdDb4qkFEMc-xNq1qCM2l1C1LVTw,3333
12
12
  pyEQL/database/geothermal.dat,sha256=kksnfcBtWdOTpNn4CLXU1Mz16cwas2WuVKpuMU8CaVI,234230
13
13
  pyEQL/database/llnl.dat,sha256=jN-a0kfUFbQlYMn2shTVRg1JX_ZhLa-tJ0lLw2YSpLU,751462
@@ -19,10 +19,10 @@ pyEQL/presets/rainwater.yaml,sha256=S0WHZNDfCJyjSSFxNFdkypjn2s3P0jJGCiYIxvi1ibA,
19
19
  pyEQL/presets/seawater.yaml,sha256=oryc1CkhRz20RpWE6uiGiT93HoZnqlB0s-0PmBWr3-U,843
20
20
  pyEQL/presets/urine.yaml,sha256=0Njtc-H1fFRo7UhquHdiSTT4z-8VZJ1utDCk02qk28M,679
21
21
  pyEQL/presets/wastewater.yaml,sha256=jTTFBpmKxczaEtkCZb0xUULIPZt7wfC8eAJ6rthGnmw,502
22
- pyEQL-0.12.1.dist-info/AUTHORS.md,sha256=K9ZLhKFwZ2zLlFXwN62VuUYCpr5T6n4mOUCUHlytTUs,415
23
- pyEQL-0.12.1.dist-info/COPYING,sha256=Ww2oUywfFTn242v9ksCgQdIVSpcMXJiKKePn0GFm25E,7649
24
- pyEQL-0.12.1.dist-info/LICENSE.txt,sha256=2Zf1F7RzbpeposgIxUydpurqNCMoMgDi2gAB65_GjwQ,969
25
- pyEQL-0.12.1.dist-info/METADATA,sha256=TymiJ-dkozE4-mwkn6QgA6XVm-2yLX1vpqGYoYhxcGc,5653
26
- pyEQL-0.12.1.dist-info/WHEEL,sha256=-G_t0oGuE7UD0DrSpVZnq1hHMBV9DD2XkS5v7XpmTnk,110
27
- pyEQL-0.12.1.dist-info/top_level.txt,sha256=QMOaZjCAm_lS4Njsjh4L0B5aWnJFGQMYKhuH88CG1co,6
28
- pyEQL-0.12.1.dist-info/RECORD,,
22
+ pyEQL-0.12.2.dist-info/AUTHORS.md,sha256=K9ZLhKFwZ2zLlFXwN62VuUYCpr5T6n4mOUCUHlytTUs,415
23
+ pyEQL-0.12.2.dist-info/COPYING,sha256=Ww2oUywfFTn242v9ksCgQdIVSpcMXJiKKePn0GFm25E,7649
24
+ pyEQL-0.12.2.dist-info/LICENSE.txt,sha256=2Zf1F7RzbpeposgIxUydpurqNCMoMgDi2gAB65_GjwQ,969
25
+ pyEQL-0.12.2.dist-info/METADATA,sha256=SXpt8uYxQnTXU62QguzD-KUdea5yKWrHAYUgblSLpT8,5653
26
+ pyEQL-0.12.2.dist-info/WHEEL,sha256=-G_t0oGuE7UD0DrSpVZnq1hHMBV9DD2XkS5v7XpmTnk,110
27
+ pyEQL-0.12.2.dist-info/top_level.txt,sha256=QMOaZjCAm_lS4Njsjh4L0B5aWnJFGQMYKhuH88CG1co,6
28
+ pyEQL-0.12.2.dist-info/RECORD,,
File without changes