Skip to content

Commit

Permalink
moved plot options to Sim
Browse files Browse the repository at this point in the history
  • Loading branch information
helmutstrey committed Dec 27, 2024
1 parent f170a32 commit 251749a
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/gui/GUI.jl
Original file line number Diff line number Diff line change
Expand Up @@ -82,11 +82,9 @@ function tab_parameters()
:abstol => NCAD(1e-6, NUMBER, 1e-1, 1e-10,[],true),
:solver => NCAD(1, DROPDOWN, 1, 2,["stiff","non-stiff"],true),
:dt => NCAD(0.1, NUMBER, 1e-3, 10,[],true),
:order => ["duration","reltol","abstol","solver","dt"],
),
"Plotsettings" => OrderedDict(
:spike_threshold => NCAD(20, NUMBER, -50, 200,[],true),
:max_neurons => NCAD(10, INTEGER, 1, 100,[],true)
:order => ["duration","reltol","abstol","solver","dt","spike_threshold","max_neurons"],
),
"Parameter Fitting" => OrderedDict(
:method => NCAD(1, DROPDOWN, 1, 2,["Laplace","MCMC"],true),
Expand Down

0 comments on commit 251749a

Please sign in to comment.