Skip to content

Commit

Permalink
Add CONNECTIONS_TYPE for NeuroModulationManager
Browse files Browse the repository at this point in the history
  • Loading branch information
Weina Ji committed Apr 16, 2024
1 parent 6b1318e commit 4beef82
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions neurodamus/neuromodulation_manager.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
from .connection_manager import SynapseRuleManager
from .connection import Connection, NetConType, ReplayMode
from .core.configuration import GlobalConfig, SimConfig
from .io.sonata_config import ConnectionTypes
from .io.synapse_reader import SynapseParameters, SonataReader
from .utils.logging import log_all

Expand Down Expand Up @@ -121,6 +122,7 @@ def _load_params_custom(self, _populate, _read):


class NeuroModulationManager(SynapseRuleManager):
CONNECTIONS_TYPE = ConnectionTypes.NeuroModulation
conn_factory = NeuroModulationConnection
SynapseReader = NeuroModulationSynapseReader

Expand Down

0 comments on commit 4beef82

Please sign in to comment.