Skip to content

Commit 8e9472e

Browse files
committed
Fix formatting.
1 parent 335e1e5 commit 8e9472e

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

share/lib/python/neuron/rxd/generalizedReaction.py

+2-3
Original file line numberDiff line numberDiff line change
@@ -182,7 +182,6 @@ def spfilter(sp):
182182
]
183183
)
184184
)
185-
186185
# The reactants do not share a common region
187186
if not sp_regions:
188187
active_regions = [
@@ -434,7 +433,7 @@ def intersection(los):
434433
* s().alpha_by_location(loc)
435434
)
436435
/ molecules_per_mM_um3
437-
for loc,area in zip(locs,areas)
436+
for loc, area in zip(locs, areas)
438437
for s in sources_ecs
439438
] + [
440439
area
@@ -443,7 +442,7 @@ def intersection(los):
443442
* d().alpha_by_location(loc)
444443
)
445444
/ molecules_per_mM_um3
446-
for loc,area in zip(locs,areas)
445+
for loc, area in zip(locs, areas)
447446
for d in dests_ecs
448447
]
449448
else:

0 commit comments

Comments
 (0)