Skip to content

Commit

Permalink
hotfix: sparseindex gitlab connection
Browse files Browse the repository at this point in the history
  • Loading branch information
AhmetNSimsek committed Dec 15, 2023
1 parent 760d10b commit fde0f97
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion siibra/volumes/sparsemap.py
Original file line number Diff line number Diff line change
Expand Up @@ -255,7 +255,7 @@ def sparse_index(self):
if spind is None:
logger.info("Downloading precomputed SparseIndex...")
gconn = GitlabConnector(self._GITLAB_SERVER, self._GITLAB_PROJECT, "main")
zip_fname = f"{self.name.replace(' ', '_')}_index.zip"
zip_fname = f"{self.name.replace(' ', '_').replace('statistical', 'continuous')}_index.zip"
try:
assert zip_fname in gconn.search_files(), f"{zip_fname} is not in {gconn}."
zipfile = gconn.get_loader(zip_fname).url
Expand Down

0 comments on commit fde0f97

Please sign in to comment.