Skip to content

Commit

Permalink
Tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Hjorthmedh committed Oct 10, 2023
1 parent 9897134 commit 175ed01
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/test_degeneration.py
Original file line number Diff line number Diff line change
Expand Up @@ -152,13 +152,13 @@ def test_something(self):
orig_load = SnuddaLoad(self.network_A)
degen_load = SnuddaLoad(self.network_C)

self.assertEqual(orig_load.data["nSynapses"], 156)
self.assertEqual(orig_load.data["nSynapses"], 165)

# Verify that it should be 99 synapses -- now it is just a regression test
# Old version gave 99, new gives 165 --- CHECK WHY!

# TODO: CHECK WHY NOT 99 SYNAPSES NOW
self.assertEqual(degen_load.data["nSynapses"], 173) # -- Ilaria, we need to check what the true value should be?
self.assertEqual(degen_load.data["nSynapses"], 155) # -- Ilaria, we need to check what the true value should be?


if __name__ == '__main__':
Expand Down

0 comments on commit 175ed01

Please sign in to comment.