Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix pooch retrieval of file registry
We need to specify a filename in `pooch.retrieve` for the file to be correctly overwritten everytime. If filename is None, it is set as <hash-of-the-url> + <last-part-of-url>. So if the URL stays the same, the file won't be updated, even if the contents are changed Signed-off-by: sfmig <[email protected]>
- Loading branch information