Skip to content

Commit

Permalink
Merge pull request #46 from BlueBrain/fix-default-project
Browse files Browse the repository at this point in the history
Nexus: don't set a default project
  • Loading branch information
ilkilic authored Sep 14, 2023
2 parents f326775 + 91c8091 commit e7f2a5d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bluepyemodel/access_point/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ def get_access_point(access_point, emodel, **kwargs):
brain_region=brain_region,
iteration_tag=kwargs.get("iteration_tag", None),
synapse_class=kwargs.get("synapse_class", None),
project=kwargs.get("project", "ncmv3"),
project=kwargs.get("project", None),
organisation=kwargs.get("organisation", "bbp"),
endpoint=kwargs.get("endpoint", "https://bbp.epfl.ch/nexus/v1"),
forge_path=kwargs.get("forge_path", None),
Expand Down

0 comments on commit e7f2a5d

Please sign in to comment.