Skip to content

Commit

Permalink
update environement, examples, version
Browse files Browse the repository at this point in the history
  • Loading branch information
rgutzen committed Jan 4, 2024
1 parent 0c1c578 commit 3651462
Show file tree
Hide file tree
Showing 4 changed files with 1,002 additions and 5 deletions.
998 changes: 998 additions & 0 deletions examples/index.ipynb

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion networkunit/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.2.1
0.2.2
2 changes: 1 addition & 1 deletion networkunit/models/loaded_spiketrains.py
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ def load(self):
with neo.io.get_io(str(file_path)) as nio:
block = nio.read_block()

spiketrains = block.list_children_by_class(SpikeTrain)
spiketrains = block.list_children_by_class(neo.SpikeTrain)

except Exception as e:
raise NotImplementedError("")
Expand Down
5 changes: 2 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,16 +1,15 @@
[project]
name = "networkunit"
description = "A SciUnit library for validation testing of spiking networks."
version = "0.2.1"
version = "0.2.2"
readme = "README.rst"
authors = [
{ name = "NetworkUnit authors and contributors", email = "[email protected]" }
]

requires-python = ">=3.8"
dependencies = [
"nbconvert == 7.12.0", #remove when updating sciunit version
"sciunit >= 0.2.7",
"sciunit >= 0.2.8",
"elephant >= 0.7.0",
"neo >= 0.9",
"networkx >= 2.1",
Expand Down

0 comments on commit 3651462

Please sign in to comment.