Skip to content

Commit

Permalink
Skip doctests in two imported ufuncs
Browse files Browse the repository at this point in the history
  • Loading branch information
lpsinger committed Feb 15, 2022
1 parent cd730f9 commit 4d0e62f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions astropy/cosmology/flrw.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ def hyp2f1(*args, **kwargs):
__all__ = ["FLRW", "LambdaCDM", "FlatLambdaCDM", "wCDM", "FlatwCDM",
"w0waCDM", "Flatw0waCDM", "wpwaCDM", "w0wzCDM", "FlatFLRWMixin"]

__doctest_skip__ = ['ellipkinc', 'hyp2f1']
__doctest_requires__ = {'*': ['scipy']}


Expand Down

0 comments on commit 4d0e62f

Please sign in to comment.