classy-szfast 0.0.25.post23__py3-none-any.whl → 0.0.25.post24__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.
@@ -744,7 +744,7 @@ class Class_szfast(object):
744
744
  kind='linear',
745
745
  axis=-1,
746
746
  copy=True,
747
- bounds_error=None,
747
+ bounds_error=False,
748
748
  fill_value=np.nan,
749
749
  assume_sorted=False)
750
750
 
@@ -935,8 +935,8 @@ class Class_szfast(object):
935
935
  kind='linear',
936
936
  axis=-1,
937
937
  copy=True,
938
- bounds_error=None,
939
- fill_value=np.nan,
938
+ bounds_error=False,
939
+ fill_value=0.,
940
940
  assume_sorted=False)
941
941
 
942
942
  def calculate_chi(self,
@@ -981,15 +981,15 @@ class Class_szfast(object):
981
981
 
982
982
  self.cp_predicted_da = self.cp_da_nn[self.cosmo_model].predictions_np(params_dict)[0]
983
983
 
984
-
984
+
985
985
  self.chi_interp = scipy.interpolate.interp1d(
986
986
  self.cp_z_interp,
987
987
  self.cp_predicted_da*(1.+self.cp_z_interp),
988
988
  kind='linear',
989
989
  axis=-1,
990
990
  copy=True,
991
- bounds_error=None,
992
- fill_value=np.nan,
991
+ bounds_error=False,
992
+ fill_value=0,
993
993
  assume_sorted=False)
994
994
 
995
995
  def get_cmb_cls(self,ell_factor=True,Tcmb_uk = Tcmb_uk):
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.2
2
2
  Name: classy_szfast
3
- Version: 0.0.25.post23
3
+ Version: 0.0.25.post24
4
4
  Summary: The accelerator of the class_sz code from https://github.com/CLASS-SZ
5
5
  Maintainer-email: Boris Bolliet <bb667@cam.ac.uk>
6
6
  License: MIT
@@ -1,6 +1,6 @@
1
1
  classy_szfast/__init__.py,sha256=E2thrL0Z9oXFfdzwcsu-xbOytudLFTlRlPqVFGlPPPg,279
2
2
  classy_szfast/classy_sz.py,sha256=SCzZYCUSR0c-DAGheX-OlgzzOxOc24d5T4b-ezdhubU,25512
3
- classy_szfast/classy_szfast.py,sha256=CG4XtZiTziA_ceUfDMPuilwHs5NNKq0BjE8d4Ts_BvE,45210
3
+ classy_szfast/classy_szfast.py,sha256=xc4SGytjgEQ5Ax8PUoz0f7gT9YOq349fTnX4xbO4ig0,45216
4
4
  classy_szfast/config.py,sha256=v6DGcBHmfn5JtuO48dKyXCh-Dmn0uwOF_izvVOJFnqw,279
5
5
  classy_szfast/cosmopower.py,sha256=ooYK2BDOZSo3XtGHfPtjXHxr5UW-yVngLPkb5gpvTx8,2351
6
6
  classy_szfast/cosmopower_jax.py,sha256=aw-DcTVgBIOxz43tkt90gPzhXi4LbEx29YC-P2vfTvI,6493
@@ -14,7 +14,7 @@ classy_szfast/custom_bias/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJW
14
14
  classy_szfast/custom_bias/custom_bias.py,sha256=aR2t5RTIwv7P0m2bsEU0Eq6BTkj4pG10AebH6QpG4qM,486
15
15
  classy_szfast/custom_profiles/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
16
16
  classy_szfast/custom_profiles/custom_profiles.py,sha256=4LZwb2XoqwCyWNmW2s24Z7AJdmgVdaRG7yYaBYe-d9Q,1188
17
- classy_szfast-0.0.25.post23.dist-info/METADATA,sha256=y2bUxCmbpI_co66_mfZyTMCicU2gmSoNYH2nWk6l-Jk,579
18
- classy_szfast-0.0.25.post23.dist-info/WHEEL,sha256=52BFRY2Up02UkjOa29eZOS2VxUrpPORXg1pkohGGUS8,91
19
- classy_szfast-0.0.25.post23.dist-info/top_level.txt,sha256=hRgqpilUck4lx2KkaWI2y9aCDKqF6pFfGHfNaoPFxv0,14
20
- classy_szfast-0.0.25.post23.dist-info/RECORD,,
17
+ classy_szfast-0.0.25.post24.dist-info/METADATA,sha256=RiYAURQ_6FSgJBN9ctAl0rlzYZRUnjR6HsAKYQbb56o,579
18
+ classy_szfast-0.0.25.post24.dist-info/WHEEL,sha256=52BFRY2Up02UkjOa29eZOS2VxUrpPORXg1pkohGGUS8,91
19
+ classy_szfast-0.0.25.post24.dist-info/top_level.txt,sha256=hRgqpilUck4lx2KkaWI2y9aCDKqF6pFfGHfNaoPFxv0,14
20
+ classy_szfast-0.0.25.post24.dist-info/RECORD,,