Skip to content

Commit

Permalink
Merge pull request #20637 from ChVeen/MAINT-Fix-broken-links-in-datas…
Browse files Browse the repository at this point in the history
…ets._fetchers
  • Loading branch information
lucascolley committed May 4, 2024
2 parents 9c75b1f + 59a03cf commit 4a537b7
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions scipy/datasets/_fetchers.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,8 @@ def ascent():
Get an 8-bit grayscale bit-depth, 512 x 512 derived image for easy
use in demos.
The image is derived from accent-to-the-top.jpg at
http://www.public-domain-image.com/people-public-domain-images-pictures/
The image is derived from
https://pixnio.com/people/accent-to-the-top
Parameters
----------
Expand Down Expand Up @@ -178,7 +178,8 @@ def face(gray=False):
"""
Get a 1024 x 768, color image of a raccoon face.
raccoon-procyon-lotor.jpg at http://www.public-domain-image.com
The image is derived from
https://pixnio.com/fauna-animals/raccoons/raccoon-procyon-lotor
Parameters
----------
Expand Down

0 comments on commit 4a537b7

Please sign in to comment.