Skip to content

Commit

Permalink
Merge pull request #420 from tomasstolker/isochrone_fix
Browse files Browse the repository at this point in the history
Changed the URL of the isochrone data
  • Loading branch information
Tomas Stolker committed Jul 29, 2020
2 parents 880f1f1 + 6561633 commit 4f077a5
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions tests/test_processing/test_limits.py
Original file line number Diff line number Diff line change
Expand Up @@ -133,8 +133,7 @@ def test_mass_limits(self) -> None:
with h5py.File(self.test_dir+'PynPoint_database.hdf5', 'a') as hdf_file:
hdf_file['contrast_limits'] = limits

url = 'https://phoenix.ens-lyon.fr/Grids/AMES-Cond/ISOCHRONES/' \
'model.AMES-Cond-2000.M-0.0.NaCo.Vega'
url = 'https://people.phys.ethz.ch/~stolkert/pynpoint/model.AMES-Cond-2000.M-0.0.NaCo.Vega'

filename = self.test_dir + 'model.AMES-Cond-2000.M-0.0.NaCo.Vega'

Expand Down

0 comments on commit 4f077a5

Please sign in to comment.