Skip to content

Commit

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

tmp = [(x["neuronID"], x["morphologyKey"]) for x in orig_load.data["neurons"]]
print(f"Morphologies: {tmp}")

#import pdb
#pdb.set_trace()

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

# Verify that it should be 99 synapses -- now it is just a regression test
Expand Down

0 comments on commit 2641e39

Please sign in to comment.