classy-szfast 0.0.25.post1__py3-none-any.whl → 0.0.25.post2__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.
- classy_szfast/classy_szfast.py +2 -0
- {classy_szfast-0.0.25.post1.dist-info → classy_szfast-0.0.25.post2.dist-info}/METADATA +1 -1
- {classy_szfast-0.0.25.post1.dist-info → classy_szfast-0.0.25.post2.dist-info}/RECORD +5 -5
- {classy_szfast-0.0.25.post1.dist-info → classy_szfast-0.0.25.post2.dist-info}/WHEEL +0 -0
- {classy_szfast-0.0.25.post1.dist-info → classy_szfast-0.0.25.post2.dist-info}/top_level.txt +0 -0
classy_szfast/classy_szfast.py
CHANGED
@@ -741,7 +741,9 @@ class Class_szfast(object):
|
|
741
741
|
# print("JAX MODE in hubble")
|
742
742
|
# self.cp_predicted_hubble = self.cp_h_nn[self.cosmo_model].ten_to_predictions_np(params_dict)[0]
|
743
743
|
# print(params_dict)
|
744
|
+
# print("params_dict type:", type(params_dict))
|
744
745
|
self.cp_predicted_hubble = self.cp_h_nn[self.cosmo_model].predict(params_dict)
|
746
|
+
# print("self.cp_predicted_hubble type:", type(self.cp_predicted_hubble))
|
745
747
|
# print("self.cp_predicted_hubble",self.cp_predicted_hubble)
|
746
748
|
|
747
749
|
# self.hz_interp = jscipy.interpolate.interp1d(
|
@@ -1,6 +1,6 @@
|
|
1
1
|
classy_szfast/__init__.py,sha256=E2thrL0Z9oXFfdzwcsu-xbOytudLFTlRlPqVFGlPPPg,279
|
2
2
|
classy_szfast/classy_sz.py,sha256=QmbwrSXInQLMvCDqsr7KPmtaU0KOiOt1Rb-cTKuulZw,22240
|
3
|
-
classy_szfast/classy_szfast.py,sha256=
|
3
|
+
classy_szfast/classy_szfast.py,sha256=2eRVEjpTY9xkbHtIUZjZjKQJEcT_0-5ku0n63VYlXLo,36639
|
4
4
|
classy_szfast/config.py,sha256=cd7Z62-qnX_4FJWfUNqcyJVh-AdBiXrF8DcQGpyAUZM,274
|
5
5
|
classy_szfast/cosmopower.py,sha256=ooYK2BDOZSo3XtGHfPtjXHxr5UW-yVngLPkb5gpvTx8,2351
|
6
6
|
classy_szfast/cosmopower_jax.py,sha256=C7NzfMFs9sL8rKuDdXdmwxk0UzHqNJnVjZENak-EPQA,2151
|
@@ -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.
|
18
|
-
classy_szfast-0.0.25.
|
19
|
-
classy_szfast-0.0.25.
|
20
|
-
classy_szfast-0.0.25.
|
17
|
+
classy_szfast-0.0.25.post2.dist-info/METADATA,sha256=SHRC4v8N4uo_BSIHn9D8_KrReCq3coWsZCQIpLqaKmQ,548
|
18
|
+
classy_szfast-0.0.25.post2.dist-info/WHEEL,sha256=P9jw-gEje8ByB7_hXoICnHtVCrEwMQh-630tKvQWehc,91
|
19
|
+
classy_szfast-0.0.25.post2.dist-info/top_level.txt,sha256=hRgqpilUck4lx2KkaWI2y9aCDKqF6pFfGHfNaoPFxv0,14
|
20
|
+
classy_szfast-0.0.25.post2.dist-info/RECORD,,
|
File without changes
|
File without changes
|