File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 77 branches :
88 - " master"
99 - " development"
10+ - " osbv2*"
1011 pull_request :
1112 branches :
1213 - " master"
1314 - " development"
15+ - " osbv2*"
1416
1517# # A workflow run is made up of one or more jobs that can run sequentially or in parallel
1618jobs :
Original file line number Diff line number Diff line change @@ -91,7 +91,7 @@ def test_tut1(self):
9191 from gui_tut1 import netParams , simConfig
9292 self .getGeppettoModel (netParams , simConfig )
9393
94- '''
94+
9595 # @unittest.skip("Neuron restart kernel issue")
9696 def test_tut2 (self ):
9797 print ("------------------------------------" )
@@ -107,7 +107,7 @@ def test_tut3(self):
107107 print ("------------------------------------" )
108108 from gui_tut3 import netParams , simConfig
109109 self .getGeppettoModel (netParams , simConfig )
110-
110+ '''
111111 # @unittest.skip("Neuron restart kernel issue")
112112 def test_tut4(self):
113113 print("------------------------------------")
You can’t perform that action at this time.
0 commit comments