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 a3d8d01 commit 9897134
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -199,4 +199,4 @@
"volumeID": "VolumeB"
}
}
}
}
2 changes: 1 addition & 1 deletion tests/test_degeneration.py
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@ def test_something(self):
# Old version gave 99, new gives 165 --- CHECK WHY!

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


if __name__ == '__main__':
Expand Down

0 comments on commit 9897134

Please sign in to comment.