Skip to content

Commit feb1af6

Browse files
committed
release
1 parent bca6df3 commit feb1af6

5 files changed

Lines changed: 10 additions & 10 deletions

File tree

autolens/pipeline/phase/abstract/result.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ def image_plane_multiple_image_positions_of_source_plane_centres(
8484
source_plane_coordinate=self.source_plane_centre.in_list[0],
8585
)
8686
return grids.Grid2DIrregular(grid=multiple_images)
87-
except IndexError:
87+
except (AttributeError, IndexError):
8888
return None
8989

9090
@property

docs/requirements.txt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
autoconf==0.7.6
2-
autofit==0.73.0
3-
autoarray==0.18.0
4-
autogalaxy==0.18.1
1+
autoconf==0.7.7
2+
autofit==0.73.1
3+
autoarray==0.18.2
4+
autogalaxy==0.18.3
55
astropy>=3.0.0
66
nbsphinx>=0.7.0
77
nbsphinx-link>=1.3.0

requirements.txt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
autoconf==0.7.6
2-
autofit==0.73.0
3-
autoarray==0.18.0
4-
autogalaxy==0.18.1
1+
autoconf==0.7.7
2+
autofit==0.73.1
3+
autoarray==0.18.2
4+
autogalaxy==0.18.3
55
astropy>=3.0.0
66
numpydoc>=1.0.0
77
matplotlib>=3.0.3

requirements_build.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
autoconf==0.7.6
1+
autoconf==0.7.7
22
astropy>=3.0.0
33
numpydoc>=1.0.0
44
matplotlib>=3.0.3
0 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)