dendrotweaks 0.4.1__py3-none-any.whl → 0.4.2__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- dendrotweaks/__init__.py +1 -1
- dendrotweaks/model.py +2 -1
- {dendrotweaks-0.4.1.dist-info → dendrotweaks-0.4.2.dist-info}/METADATA +1 -1
- {dendrotweaks-0.4.1.dist-info → dendrotweaks-0.4.2.dist-info}/RECORD +7 -7
- {dendrotweaks-0.4.1.dist-info → dendrotweaks-0.4.2.dist-info}/WHEEL +1 -1
- {dendrotweaks-0.4.1.dist-info → dendrotweaks-0.4.2.dist-info}/licenses/LICENSE +0 -0
- {dendrotweaks-0.4.1.dist-info → dendrotweaks-0.4.2.dist-info}/top_level.txt +0 -0
dendrotweaks/__init__.py
CHANGED
dendrotweaks/model.py
CHANGED
@@ -494,7 +494,8 @@ class Model():
|
|
494
494
|
for sec in self.sec_tree.sections:
|
495
495
|
lambda_f = calculate_lambda_f(sec.distances, sec.diameters, sec.Ra, sec.cm, f)
|
496
496
|
nseg = int((sec.L / (d_lambda * lambda_f) + 0.9) / 2) * 2 + 1
|
497
|
-
# TODO: Set sec.
|
497
|
+
# TODO: Set sec.nseg instead
|
498
|
+
sec._nseg = nseg
|
498
499
|
sec._ref.nseg = nseg
|
499
500
|
# Rebuild the segment tree
|
500
501
|
self.seg_tree = create_segment_tree(self.sec_tree)
|
@@ -1,5 +1,5 @@
|
|
1
|
-
dendrotweaks/__init__.py,sha256=
|
2
|
-
dendrotweaks/model.py,sha256=
|
1
|
+
dendrotweaks/__init__.py,sha256=9L85_UrXGRtxCoSzemZUlzdq_FWZPX0Hjz7HUtyqepg,384
|
2
|
+
dendrotweaks/model.py,sha256=rMvS0BnqQ4ozIbM65t1jgydm5IeFo1QH0FAXEQNM-bs,69141
|
3
3
|
dendrotweaks/model_io.py,sha256=xwXKMcUle-Y0HoWFYVZu3G8v4pdQXmeaDfl2Xi65eHw,2137
|
4
4
|
dendrotweaks/path_manager.py,sha256=dai5o6UA0nk-ubwKWRu4LFdDBO77zW_SsMf6k0MLBiI,8703
|
5
5
|
dendrotweaks/simulators.py,sha256=Vg6ToTkDZ4OGcANYwYtamGnasyLNbyP8pfPHl9PnMnM,7413
|
@@ -49,8 +49,8 @@ dendrotweaks/stimuli/__init__.py,sha256=bFfSEZhCVpwOVEBgLe65iiY3SdpjKPhyLemC1z5O
|
|
49
49
|
dendrotweaks/stimuli/iclamps.py,sha256=NjkhhwZKJR1f_g3N9BVxMVoO9ubBk5WkQ6h9Bnf9xgA,1681
|
50
50
|
dendrotweaks/stimuli/populations.py,sha256=y85v8smiMifINIqXm1O3mOINAlDTz-SPGLS78alhX5A,8325
|
51
51
|
dendrotweaks/stimuli/synapses.py,sha256=g4MgWTske2TZ2i9FIIOE8-KXNx_3dWa3zEhB2rcqYig,5470
|
52
|
-
dendrotweaks-0.4.
|
53
|
-
dendrotweaks-0.4.
|
54
|
-
dendrotweaks-0.4.
|
55
|
-
dendrotweaks-0.4.
|
56
|
-
dendrotweaks-0.4.
|
52
|
+
dendrotweaks-0.4.2.dist-info/licenses/LICENSE,sha256=OXLcl0T2SZ8Pmy2_dmlvKuetivmyPd5m1q-Gyd-zaYY,35149
|
53
|
+
dendrotweaks-0.4.2.dist-info/METADATA,sha256=RHDsvzirnDTlrF2wl4IqLgSLw-40UOJ8_VfNtoezyYw,2740
|
54
|
+
dendrotweaks-0.4.2.dist-info/WHEEL,sha256=Nw36Djuh_5VDukK0H78QzOX-_FQEo6V37m3nkm96gtU,91
|
55
|
+
dendrotweaks-0.4.2.dist-info/top_level.txt,sha256=OzT_2BSI5j5zxC447K6Y-0W-GHbued7iX-_hFGAKMxY,13
|
56
|
+
dendrotweaks-0.4.2.dist-info/RECORD,,
|
File without changes
|
File without changes
|