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