Skip to content

Commit

Permalink
basic boa working again with fixed params -- needs much more explorat…
Browse files Browse the repository at this point in the history
…ion tho
  • Loading branch information
rcoreilly committed Mar 20, 2024
1 parent 3c9b2bd commit a53e2b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/boa/params.go
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ var ParamSets = netparams.Sets{
}},
{Sel: "#SC", Desc: "",
Params: params.Params{
"Layer.Acts.KNa.Slow.Max": "0.05", // .1 still enough to shut off -- was .2
"Layer.Acts.KNa.Slow.Max": "0.2", // .1 still enough to shut off -- was .2
}},
////////////////////////////////////////////
// Cortical Prjns
Expand Down

0 comments on commit a53e2b0

Please sign in to comment.