Skip to content

Commit 1e16ff2

Browse files
committed
bumpv ersion
1 parent 03ac0ea commit 1e16ff2

4 files changed

Lines changed: 13 additions & 6 deletions

File tree

autolens/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,4 +86,4 @@
8686

8787
conf.instance.register(__file__)
8888

89-
__version__ = "2021.8.12.1"
89+
__version__ = "2021.10.14.1"

autolens/lens/subhalo.py

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff 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

docs/requirements.txt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
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
55
astropy>=3.0.0
66
numpydoc>=1.0.0
77
matplotlib>=3.0.3

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
with 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")
1515
requirements.extend(
1616
[
1717
f"autoarray=={version}",

0 commit comments

Comments
 (0)