@@ -80,31 +80,31 @@ def test_getGeppettoModelSimpleNetwork(self):
8080
8181 self .getGeppettoModel (netParams , simConfig )
8282
83- @unittest .skip ("Neuron restart kernel issue" )
83+ # @unittest.skip("Neuron restart kernel issue")
8484 def test_tut1 (self ):
8585 print ("------------------------------------" )
8686 print ("Tutorial 1 Instantiation:" )
8787 print ("------------------------------------" )
8888 from gui_tut1 import netParams , simConfig
8989 self .getGeppettoModel (netParams , simConfig )
9090
91- @unittest .skip ("Neuron restart kernel issue" )
91+ # @unittest.skip("Neuron restart kernel issue")
9292 def test_tut2 (self ):
9393 print ("------------------------------------" )
9494 print ("Tutorial 2 Instantiation:" )
9595 print ("------------------------------------" )
9696 from gui_tut2 import netParams , simConfig
9797 self .getGeppettoModel (netParams , simConfig )
9898
99- @unittest .skip ("Neuron restart kernel issue" )
99+ # @unittest.skip("Neuron restart kernel issue")
100100 def test_tut3 (self ):
101101 print ("------------------------------------" )
102102 print ("Tutorial 3 Instantiation:" )
103103 print ("------------------------------------" )
104104 from gui_tut3 import netParams , simConfig
105105 self .getGeppettoModel (netParams , simConfig )
106106
107- @unittest .skip ("Neuron restart kernel issue" )
107+ # @unittest.skip("Neuron restart kernel issue")
108108 def test_tut4 (self ):
109109 print ("------------------------------------" )
110110 print ("Tutorial 3 ip3high Instantiation:" )
@@ -113,15 +113,15 @@ def test_tut4(self):
113113 from gui_tut3_ip3high import netParams , simConfig
114114 self .getGeppettoModel (netParams , simConfig )
115115
116- @unittest .skip ("Neuron restart kernel issue" )
116+ # @unittest.skip("Neuron restart kernel issue")
117117 def test_tut5 (self ):
118118 print ("------------------------------------" )
119119 print ("Tutorial 3 norxd Instantiation:" )
120120 print ("------------------------------------" )
121121 from gui_tut3_norxd import netParams , simConfig
122122 self .getGeppettoModel (netParams , simConfig )
123123
124- @unittest .skip ("Neuron restart kernel issue" )
124+ # @unittest.skip("Neuron restart kernel issue")
125125 def test_tut6 (self ):
126126 print ("------------------------------------" )
127127 print ("Tutorial 3 osc Instantiation:" )
0 commit comments