You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: ratinabox/Neurons.py
+9-13Lines changed: 9 additions & 13 deletions
Original file line number
Diff line number
Diff line change
@@ -1542,8 +1542,8 @@ class BoundaryVectorCells(VectorCells):
1542
1542
"n": 10,
1543
1543
"name": "BoundaryVectorCells",
1544
1544
"dtheta": 2, #angular resolution in degrees used for integration over all angles (smaller is more accurate but slower)
1545
-
"max_fr":1.0, # note the max_fr of a BVC is environment-dependent so is epirically estimated at initialisation by calculating the firing rate at all points in the environment, this can lead to small overshoots (see issue #110 for discussion)
1546
-
"min_fr":0.0,
1545
+
"max_fr":1.0, # note the max_fr of a BVC is now computed analytically, and therefore reflects its maximal activity, regardless of the actual environment (see issue #110 for discussion)
# calculate normalising constants for BVS firing rates in the current environment. Any extra walls you add from here onwards you add will likely push the firingrate up further.
0 commit comments