We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
In base class SurFinBH, a model named with name <name> is expected to be loaded from fit_<name>.h5:
SurFinBH
fit_<name>.h5
surfinBH/surfinBH/surfinBH.py
Line 72 in fbff946
But when fetching in DownloadData, the destination filename is just taken from the URL:
DownloadData
surfinBH/surfinBH/_loadFits.py
Lines 59 to 61 in fbff946
Maybe we should save to fit_<name>.h5 so that data_url isn't restricted.
data_url
The text was updated successfully, but these errors were encountered:
No branches or pull requests
In base class
SurFinBH
, a model named with name <name> is expected to be loaded fromfit_<name>.h5
:surfinBH/surfinBH/surfinBH.py
Line 72 in fbff946
But when fetching in
DownloadData
, the destination filename is just taken from the URL:surfinBH/surfinBH/_loadFits.py
Lines 59 to 61 in fbff946
Maybe we should save to
fit_<name>.h5
so thatdata_url
isn't restricted.The text was updated successfully, but these errors were encountered: