Skip to content

Update brian, nrn, nest #141

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 2 commits into
base: development
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion omv/engines/getbrian2.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

def install_brian2(version):
if not version:
version = "2.7.1"
version = "2.9.0"
try:
pip_install("brian2", version)
import brian2
Expand Down
2 changes: 1 addition & 1 deletion omv/engines/getnest.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

def install_nest(version):
if not version:
version = "3.5"
version = "3.7"

inform("Installing NEST", indent=2, verbosity=1)
nestpath = os.path.join(os.environ["HOME"], "nest")
Expand Down
2 changes: 1 addition & 1 deletion omv/engines/getnrn.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
def install_neuron(version):
if not version:
if sys.version_info.major == 3:
version = "8.2.7" # for pynn 0.11.0
version = "8.2.7"
else:
version = "7.6"

Expand Down
2 changes: 1 addition & 1 deletion utilities/tests/.test.exIzh.jnml.omt
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@ experiments:
scaling: [1000, 1000]
spike detection:
method: threshold
tolerance: 0.000051
tolerance: 5.0862371508887715e-05
2 changes: 1 addition & 1 deletion utilities/tests/.test.exIzh.jnmleden.omt
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@ experiments:
scaling: [1000, 1000]
spike detection:
method: threshold
tolerance: 0.00014888369126089628
tolerance: 0.00014884116521364865