Skip to content

Commit

Permalink
Add tests for ensuring equal results with older versions
Browse files Browse the repository at this point in the history
  • Loading branch information
michaeldeistler committed Nov 8, 2023
1 parent 99c5177 commit 2e0b0ca
Show file tree
Hide file tree
Showing 5 changed files with 38 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/neurax_identical/__init__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
# This folder checks whether the new version of the code produces **exactly** the same
# simulation results as previous versions.
14 changes: 14 additions & 0 deletions tests/neurax_identical/basic_modules.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
def test_compartment():
pass


def test_branch():
pass


def test_cell():
pass


def test_net():
pass
14 changes: 14 additions & 0 deletions tests/neurax_identical/radius_and_length.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
def test_radius_length_compartment():
pass


def test_radius_length_branch():
pass


def test_radius_length_cell():
pass


def test_radius_length_net():
pass
6 changes: 6 additions & 0 deletions tests/neurax_identical/swc.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
def test_swc_cell():
pass


def test_swc_net():
pass
2 changes: 2 additions & 0 deletions tests/neurax_vs_neuron/__init__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
# This folder that contains tests which ensure that the results are almost identical
# to the results of the neuron toolbox.

0 comments on commit 2e0b0ca

Please sign in to comment.