Skip to content

Commit

Permalink
Merge pull request DifferentiableUniverseInitiative#63 from aboucaud/…
Browse files Browse the repository at this point in the history
…remove-duplicate-sqrtk

Remove duplicate `sqrtk` accessor
  • Loading branch information
EiffL authored Oct 17, 2020
2 parents 56ad082 + 5dda720 commit e71b827
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 @@ -180,10 +180,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 e71b827

Please sign in to comment.