Skip to content

Commit

Permalink
Remove duplicate sqrtk accessor
Browse files Browse the repository at this point in the history
`self._sqrtk` was never defined
  • Loading branch information
aboucaud committed Sep 28, 2020
1 parent 842225f commit 22e9cae
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions jax_cosmo/core.py
Original file line number Diff line number Diff line change
Expand Up @@ -184,10 +184,6 @@ def k(self):
def sqrtk(self):
return np.sqrt(np.abs(self._Omega_k))

@property
def sqrtk(self):
return self._sqrtk

@property
def h(self):
return self._h
Expand Down

0 comments on commit 22e9cae

Please sign in to comment.