pypharm 1.5.0__py3-none-any.whl → 1.5.1__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.
PyPharm/models/pbpk.py CHANGED
@@ -253,7 +253,7 @@ class PBPKmod:
253
253
  return x
254
254
 
255
255
  def update_know_params(self, k_cl=None):
256
- if k_cl:
256
+ if k_cl is not None:
257
257
  i = 0
258
258
  for name in self._organs:
259
259
  know_k = self.know_k.get(name)
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: pypharm
3
- Version: 1.5.0
3
+ Version: 1.5.1
4
4
  Summary: Module for solving pharmacokinetic problems
5
5
  Home-page: https://github.com/Krash13/PyPharm
6
6
  Author: Krash13
@@ -14,8 +14,8 @@ PyPharm/algorithms/genetic_optimization.py,sha256=EC_pEWwL-ufCQd71zBhCeAB6-Sh1fi
14
14
  PyPharm/algorithms/gold_digger_optimization.py,sha256=mln67sAYxkwzFqZ9Ylild1F25VuaruXRPaUMOGT5gIM,4449
15
15
  PyPharm/models/__init__.py,sha256=NMJcXMq0gCXgGLyB62j3qIzz3tbxqe6AOLPsJnfcjM0,129
16
16
  PyPharm/models/compartment_models.py,sha256=qptmcVUVHmVL_00w5iPg590dNQnsirtywnk2arfAwTI,33149
17
- PyPharm/models/pbpk.py,sha256=CYEpXR3fFve2LISbV8ZfOyY7B1QmHHxWkAPx2jPsBgc,30369
18
- pypharm-1.5.0.dist-info/METADATA,sha256=FGk2kiJPybCvbJ0hmgY__YfHps-lY06ZgEuWWeBtxzU,22976
19
- pypharm-1.5.0.dist-info/WHEEL,sha256=OqRkF0eY5GHssMorFjlbTIq072vpHpF60fIQA6lS9xA,92
20
- pypharm-1.5.0.dist-info/top_level.txt,sha256=yybfSkKw8q1G3aEcnlfVL7_L9ufGFSAYZnpc7q6oYJk,8
21
- pypharm-1.5.0.dist-info/RECORD,,
17
+ PyPharm/models/pbpk.py,sha256=Wm-z3M2Pc2XQ5IP37kSu6OUC8cbRa4Bzzwpl-eHsaEk,30381
18
+ pypharm-1.5.1.dist-info/METADATA,sha256=qdXIw-u8ZsQI7Oa6v4MPCGbbJh1ZwcLxGeem3iNT7xs,22976
19
+ pypharm-1.5.1.dist-info/WHEEL,sha256=OqRkF0eY5GHssMorFjlbTIq072vpHpF60fIQA6lS9xA,92
20
+ pypharm-1.5.1.dist-info/top_level.txt,sha256=yybfSkKw8q1G3aEcnlfVL7_L9ufGFSAYZnpc7q6oYJk,8
21
+ pypharm-1.5.1.dist-info/RECORD,,