Skip to content

Commit 0f21cfe

Browse files
committed
Removed a repeated line (#1413)
Signed-off-by: rz-wang <rzwang@umich.edu>
1 parent 9c413fc commit 0f21cfe

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

xga/products/relation.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -152,9 +152,6 @@ def __init__(self, fit_pars: np.ndarray, fit_par_errs: np.ndarray, model_func, x
152152

153153
self._outer_aperture = outer_aperture
154154

155-
# Store the outer aperture used for the scaling relation (e.g. 'R500' or 300 kpc)
156-
self.outer_aperture = outer_aperture
157-
158155
# Again if this relation was generated by XGA then these things will be pased, but we might not have (or want)
159156
# the data used to generate scaling relations from literature. If there is data we will check if it has the
160157
# correct units

0 commit comments

Comments
 (0)