Skip to content

Commit

Permalink
remove variable
Browse files Browse the repository at this point in the history
  • Loading branch information
anilbey committed Nov 27, 2023
1 parent 33f4fe0 commit 68c046b
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions bluecellulab/circuit/circuit_access.py
Original file line number Diff line number Diff line change
Expand Up @@ -605,8 +605,7 @@ def extract_synapses(
)

# add source_population_name as a column
source_population_name = edges[edge_population_name].source.name
synapses["source_population_name"] = source_population_name
synapses["source_population_name"] = edges[edge_population_name].source.name

# py-neurodamus
dt = neuron.h.dt
Expand Down

0 comments on commit 68c046b

Please sign in to comment.