Skip to content

Commit

Permalink
Fix formatting.
Browse files Browse the repository at this point in the history
  • Loading branch information
adamjhn committed Dec 19, 2024
1 parent 335e1e5 commit 8e9472e
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions share/lib/python/neuron/rxd/generalizedReaction.py
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,6 @@ def spfilter(sp):
]
)
)

# The reactants do not share a common region
if not sp_regions:
active_regions = [
Expand Down Expand Up @@ -434,7 +433,7 @@ def intersection(los):
* s().alpha_by_location(loc)
)
/ molecules_per_mM_um3
for loc,area in zip(locs,areas)
for loc, area in zip(locs, areas)
for s in sources_ecs
] + [
area
Expand All @@ -443,7 +442,7 @@ def intersection(los):
* d().alpha_by_location(loc)
)
/ molecules_per_mM_um3
for loc,area in zip(locs,areas)
for loc, area in zip(locs, areas)
for d in dests_ecs
]
else:
Expand Down

0 comments on commit 8e9472e

Please sign in to comment.