Skip to content

Clarification and updating docstrings for the behaviour of add_projections argument in instantiate_gids()  #49

@darshanmandge

Description

@darshanmandge
  • add_projections: bool | list[str] = False : add_projection argument of instantiate_gids() function in bluecellulab can take 4 types of inputs:

    • False (default) or None: Enable all external projections and internal projections (connections). The projections can be from any of these node types: biophysical, virtual, single_compartment, point_neuron, astrocyte and vasculature.
    • True: will keep only "virtual" node type connections
    • str: single string of the node population whose projections will be enabled
    • list of str: list of names of node populations whose projections will be enabled
  • References: See here and here.

  • We need to update the docstring for the argument as well.

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions