Skip to content

Commit

Permalink
Make shear and ellipicity public
Browse files Browse the repository at this point in the history
  • Loading branch information
paddyroddy committed Sep 15, 2023
1 parent 426b8b0 commit af34c81
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions heracles/maps.py
Original file line number Diff line number Diff line change
Expand Up @@ -862,8 +862,8 @@ def mapper(page: "CatalogPage") -> None:


_Spin2Map = partial(ComplexMap, spin=2)
_ShearMap = _Spin2Map
_EllipticityMap = _Spin2Map
ShearMap = _Spin2Map
EllipticityMap = _Spin2Map


def _close_and_return(generator: t.Generator) -> t.Any:
Expand Down

0 comments on commit af34c81

Please sign in to comment.