Skip to content

Commit 6dff0d5

Browse files
Jammy2211Jammy2211
authored andcommitted
change transfoer class output
1 parent df6c6b3 commit 6dff0d5

2 files changed

Lines changed: 1 addition & 4 deletions

File tree

autogalaxy/interferometer/model/analysis.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -185,5 +185,5 @@ def save_attributes(self, paths: af.DirectoryPaths):
185185
super().save_attributes(paths=paths)
186186

187187
paths.save_json(
188-
"transformer_class", to_dict(self.dataset.transformer.__class__), "dataset"
188+
"transformer_class", to_dict(self.dataset.transformer.__class__),
189189
)

autogalaxy/profiles/mass/total/isothermal.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -76,9 +76,6 @@ def deflections_yx_2d_from(self, grid: aa.type.Grid2DLike, xp=np, **kwargs):
7676
"""
7777
Calculate the deflection angles on a grid of (y,x) arc-second coordinates.
7878
79-
For coordinates (0.0, 0.0) the analytic calculation of the deflection angle gives a NaN. Therefore,
80-
coordinates at (0.0, 0.0) are shifted slightly to (1.0e-8, 1.0e-8).
81-
8279
Parameters
8380
----------
8481
grid

0 commit comments

Comments
 (0)