Skip to content

Commit

Permalink
Remove get_blueconfig_hoc_section()
Browse files Browse the repository at this point in the history
  • Loading branch information
jorblancoa committed Feb 23, 2024
1 parent 1cf24ea commit 332bb7e
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions neurodamus/core/configuration.py
Original file line number Diff line number Diff line change
Expand Up @@ -286,12 +286,6 @@ def init(cls, config_file, cli_options):
logging.info("Initializing hoc config objects")
cls._init_hoc_config_objs()

@classmethod
def get_simulation_hoc_section(cls, section_name):
# Sonata config sections are stored as PyMap, so we need to convert first
section = getattr(cls._config_parser, section_name)
return section and section.hoc_map

@classmethod
def _init_config_parser(cls, config_file):
if not config_file.endswith(".json"):
Expand Down

0 comments on commit 332bb7e

Please sign in to comment.