Skip to content

Commit

Permalink
To v0.2.6
Browse files Browse the repository at this point in the history
  • Loading branch information
pgleeson committed May 12, 2023
1 parent 243a490 commit 3831460
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 2 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -20,3 +20,4 @@ doc/_build

*.egg-info/
dist/
arm64
Binary file modified examples/example_2/surrogate_vs_candidates.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion neurotune/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.2.5"
__version__ = "0.2.6"
4 changes: 3 additions & 1 deletion test.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
set -e

rm -rf examples/*/x86_64/
pip install .

rm -rf examples/*/x86_64/ examples/*/arm64

#### Requires NEURON
cd examples/example_1
Expand Down

0 comments on commit 3831460

Please sign in to comment.