metacountregressor 0.1.116__py3-none-any.whl → 0.1.117__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.
@@ -4778,12 +4778,12 @@ class ObjectiveFunction(object):
4778
4778
 
4779
4779
 
4780
4780
  Bf_new, Br_new, Br_std_new, Br_rema = self.extract_parameters(betas, Kf, Kr, Kchol_a, Kr_b_a)
4781
- if Bf_new != Bf:
4781
+ if np.any(Bf_new != Bf):
4782
4782
  print('check this')
4783
4783
 
4784
4784
  Vdf = dev.np.einsum('njk,k -> nj', Xdf, Bf, dtype=np.float64) # (N, P)
4785
4785
  br = betas[Kf:Kf + Kr]
4786
- if br != Br_new:
4786
+ if np.any(br != Br_new):
4787
4787
  print('why')
4788
4788
 
4789
4789
 
@@ -4804,7 +4804,7 @@ class ObjectiveFunction(object):
4804
4804
 
4805
4805
 
4806
4806
  brstd = betas[Kf + Kr:Kf + Kr + Kr_b + Kchol]
4807
- if brstd != Br_std_new:
4807
+ if np.any(brstd != Br_std_new):
4808
4808
  print('okay')
4809
4809
  # initialises size matrix
4810
4810
  proba = [] # Temp batching storage
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.2
2
2
  Name: metacountregressor
3
- Version: 0.1.116
3
+ Version: 0.1.117
4
4
  Summary: Extensive Testing for Estimation of Data Count Models
5
5
  Home-page: https://github.com/zahern/CountDataEstimation
6
6
  Author: Zeke Ahern
@@ -11,10 +11,10 @@ metacountregressor/pareto_file.py,sha256=whySaoPAUWYjyI8zo0hwAOa3rFk6SIUlHSpqZiL
11
11
  metacountregressor/pareto_logger__plot.py,sha256=mEU2QN4wmsM7t39GJ_XhJ_jjsdl09JOmG0U2jICrAkI,30037
12
12
  metacountregressor/setup.py,sha256=5UcQCCLR8Fm5odA3MX78WwahavxFq4mVD6oq0IuQvAY,936
13
13
  metacountregressor/single_objective_finder.py,sha256=jVG7GJBqzSP4_riYr-kMMKy_LE3SlGmKMunNhHYxgRg,8011
14
- metacountregressor/solution.py,sha256=l5hBmMn-jISV-nl9E3A5WcD_vmPazS_jRp3N2vLH8h0,283240
14
+ metacountregressor/solution.py,sha256=-km9SL0UJhvli5cNSbBSiHY4lIkIIJ_61m31Ac39XUE,283264
15
15
  metacountregressor/test_generated_paper2.py,sha256=pwOoRzl1jJIIOUAAvbkT6HmmTQ81mwpsshn9SLdKOg8,3927
16
- metacountregressor-0.1.116.dist-info/LICENSE.txt,sha256=OXLcl0T2SZ8Pmy2_dmlvKuetivmyPd5m1q-Gyd-zaYY,35149
17
- metacountregressor-0.1.116.dist-info/METADATA,sha256=Lek_4jB-Oy6mduqtVj2AYlH1z36WZWh5fsDyzu1kWHk,23536
18
- metacountregressor-0.1.116.dist-info/WHEEL,sha256=jB7zZ3N9hIM9adW7qlTAyycLYW9npaWKLRzaoVcLKcM,91
19
- metacountregressor-0.1.116.dist-info/top_level.txt,sha256=zGG7UC5WIpr76gsFUpwJ4En2aCcoNTONBaS3OewwjR0,19
20
- metacountregressor-0.1.116.dist-info/RECORD,,
16
+ metacountregressor-0.1.117.dist-info/LICENSE.txt,sha256=OXLcl0T2SZ8Pmy2_dmlvKuetivmyPd5m1q-Gyd-zaYY,35149
17
+ metacountregressor-0.1.117.dist-info/METADATA,sha256=h2JozDISXoBFjRONhLiBg-aMMpkTmNyUYjuKyRGjEaM,23536
18
+ metacountregressor-0.1.117.dist-info/WHEEL,sha256=jB7zZ3N9hIM9adW7qlTAyycLYW9npaWKLRzaoVcLKcM,91
19
+ metacountregressor-0.1.117.dist-info/top_level.txt,sha256=zGG7UC5WIpr76gsFUpwJ4En2aCcoNTONBaS3OewwjR0,19
20
+ metacountregressor-0.1.117.dist-info/RECORD,,