Skip to content

Commit

Permalink
Update fit data url, for the last time.
Browse files Browse the repository at this point in the history
  • Loading branch information
vijayvarma392 committed Sep 26, 2018
1 parent 41320b7 commit f0e304f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions surfinBH/_loadFits.py
Original file line number Diff line number Diff line change
Expand Up @@ -71,14 +71,14 @@ def DownloadData(name='all', data_dir=DataPath()):
fit_class = _fit_evaluators.Fit3dq8,
desc = 'Fits for remnant mass, spin and kick veclocity for nonprecessing'
' BBH systems.',
data_url = 'https://zenodo.org/record/1421321/files/remnant_fits/fit_3dq8.h5',
data_url = 'https://zenodo.org/record/1435751/files/remnant_fits/fit_3dq8.h5',
refs = 'arxiv:1809.09125',
)

fits_collection['surfinBH7dq2'] = FitAttributes( \
fit_class = _fit_evaluators.Fit7dq2,
desc = 'Fits for remnant mass, spin and kick veclocity for genrically'
' precessing BBH systems.',
data_url = 'https://zenodo.org/record/1421321/files/remnant_fits/fit_7dq2.h5',
data_url = 'https://zenodo.org/record/1435751/files/remnant_fits/fit_7dq2.h5',
refs = 'arxiv:1809.09125',
)

0 comments on commit f0e304f

Please sign in to comment.