Skip to content
This repository was archived by the owner on Feb 26, 2025. It is now read-only.

avoid accessing private hoc attribute in core.py #130

Merged
merged 3 commits into from
Feb 14, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 0 additions & 3 deletions bluecellulab/cell/core.py
Original file line number Diff line number Diff line change
Expand Up @@ -101,9 +101,6 @@ def __init__(self,

self.cellname = neuron.h.secname(sec=self.soma).split(".")[0]

# Set the gid of the cell
self.cell.getCell().gid = self.cell_id.id

if rng_settings is None:
self.rng_settings = RNGSettings("Random123") # SONATA value
else:
Expand Down
Loading