示例#1
0
 def test_is_point_process(self):
     section = h.Section()
     clamp = h.SEClamp(section(0.5))
     assert simulator.is_point_process(clamp)
     section.insert('hh')
     assert not simulator.is_point_process(section(0.5).hh)
示例#2
0
 def test_is_point_process(self):
     section = h.Section()
     clamp = h.SEClamp(section(0.5))
     assert simulator.is_point_process(clamp)
     section.insert('hh')
     assert not simulator.is_point_process(section(0.5).hh)