File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 8686
8787conf .instance .register (__file__ )
8888
89- __version__ = "2021.8.12 .1"
89+ __version__ = "2021.10.14 .1"
Original file line number Diff line number Diff line change @@ -51,11 +51,18 @@ def subhalo_detection_array_from(
5151
5252 values_native = self .grid_search_result .log_likelihoods_native
5353
54+ print (self .result_no_subhalo )
55+ print (self .result_no_subhalo [
56+ "samples"
57+ ])
58+
5459 if relative_to_no_subhalo :
5560 values_native -= self .result_no_subhalo [
5661 "samples"
5762 ].max_log_likelihood_sample .log_likelihood
5863
64+ stop
65+
5966 elif use_log_evidences and not use_stochastic_log_evidences :
6067
6168 values_native = self .grid_search_result .log_evidences_native
Original file line number Diff line number Diff line change 1- autoconf == 2021.8.12 .1
2- autofit == 2021.8.12 .1
3- autoarray == 2021.8.12 .1
4- autogalaxy == 2021.8.12 .1
1+ autoconf == 2021.10.14 .1
2+ autofit == 2021.10.14 .1
3+ autoarray == 2021.10.14 .1
4+ autogalaxy == 2021.10.14 .1
55astropy >= 3.0.0
66numpydoc >= 1.0.0
77matplotlib >= 3.0.3
Original file line number Diff line number Diff line change 1111with open (join (this_dir , "requirements.txt" )) as f :
1212 requirements = f .read ().split ("\n " )
1313
14- version = environ .get ("VERSION" , "1.0.dev0 " )
14+ version = environ .get ("VERSION" , "2021.10.14.1 " )
1515requirements .extend (
1616 [
1717 f"autoarray=={ version } " ,
You can’t perform that action at this time.
0 commit comments