Skip to content

Commit

Permalink
fix broken url (odlgroup#1515)
Browse files Browse the repository at this point in the history
  • Loading branch information
mehrhardt authored and kohr-h committed Jul 19, 2019
1 parent e740323 commit e18239b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion odl/contrib/datasets/images/cambridge.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@


DATA_SUBSET = 'images_cambridge'
URL_CAM = 'http://store.maths.cam.ac.uk/DAMTP/me404/data_sets/'
URL_CAM = 'https://raw.github.com/mehrhardt/spdhg/master/data/'


def convert(image, shape, gray=False, dtype='float64', normalize='max'):
Expand Down

0 comments on commit e18239b

Please sign in to comment.