Skip to content

Commit

Permalink
Update test as 2 new Model classes have been added.
Browse files Browse the repository at this point in the history
Remove dash-lines from UI displayed text

git-svn-id: https://repo.thevirtualbrain.org/svn/tvb/trunk/scientific_library@8857 1c0e02f0-7929-43c0-8fb3-3293bf43b0d1
  • Loading branch information
liadomide committed Jun 11, 2019
1 parent 0fc3bf8 commit 12d9d14
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tvb/simulator/models/Zerlaut.py
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ class Zerlaut_adaptation_first_order(Model):
F_\lambda = Erfc(V^{eff}_{thre}-\mu_V/\sqrt(2)\sigma_V)
"""
_ui_name = "Zerlaut_adaptation_first_order"
_ui_name = "Zerlaut adaptation first order"
ui_configurable_parameters = ['g_L', 'E_L_e', 'E_L_i', 'C_m', 'b', 'tau_w',
'E_e', 'E_i', 'Q_e', 'Q_i', 'tau_e', 'tau_i',
'N_tot', 'p_connect', 'g', 'T',
Expand Down Expand Up @@ -464,7 +464,7 @@ class Zerlaut_adaptation_second_order(Zerlaut_adaptation_first_order):
\right.
"""

_ui_name = "Zerlaut_adaptation_second_order"
_ui_name = "Zerlaut adaptation second order"

# Used for phase-plane axis ranges and to bound random initial() conditions.
state_variable_range = basic.Dict(
Expand Down

0 comments on commit 12d9d14

Please sign in to comment.