Skip to content
This repository has been archived by the owner on Mar 17, 2021. It is now read-only.

Commit

Permalink
Issue #168: using the NifTK/NiftyNetModelZoo#2 branch for retrieving …
Browse files Browse the repository at this point in the history
…YAML configuration files from model zoo
  • Loading branch information
Dzhoshkun Ismail Shakir committed Aug 10, 2018
1 parent be86b7c commit f4cd21c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion niftynet/utilities/download.py
Original file line number Diff line number Diff line change
Expand Up @@ -440,7 +440,7 @@ def gitlab_raw_file_url(base_url, file_name):
Returns the url for the raw file on a GitLab server
"""

return base_url + '/raw/master/' + file_name
return base_url + '/raw/2-migrate-configuration-files-to-yaml/' + file_name
# return base_url + '/raw/revising-config/' + file_name


Expand Down

0 comments on commit f4cd21c

Please sign in to comment.