예제 #1
0
 def test_autorhythm(self):
     results = run_protocol("GolgiCell", "autorhythm", duration=300)
     self.assertEqual(results.Spikecount[0], 6, "Incorrect spike count.")
예제 #2
0
 def test_soma_current(self):
     results = run_protocol("GranuleCell", "soma_current_injection", amplitude=0.01)
     self.assertEqual(results.Spikecount[0], 9, "Incorrect spike count.")
예제 #3
0
 def test_autorhythm(self):
     results = run_protocol("PurkinjeCell", "autorhythm")
     self.assertEqual(results.Spikecount[0], 3, "Incorrect spike count.")