Skip to content

Commit

Permalink
remove duplicate list
Browse files Browse the repository at this point in the history
  • Loading branch information
rgourdine committed May 23, 2024
1 parent b8649cd commit 251c0b2
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions share/lib/python/neuron/rxd/node.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@

from collections.abc import Callable

_sources = []

# function to change extracellular diffusion
set_diffusion = nrn_dll_sym("set_diffusion")
Expand Down Expand Up @@ -363,7 +362,6 @@ def include_flux(self, *args, **kwargs):
except TypeError:
arith = rxdmath._ensure_arithmeticed(args[0])
source = lambda: eval_arith_flux(arith, self.region, self)
_sources.append(source)
scale = 1 / self.volume
success = True
if not success:
Expand Down

0 comments on commit 251c0b2

Please sign in to comment.