diff --git a/tests/core_nest_tests.py b/tests/core_nest_tests.py index d307441..19ebde7 100644 --- a/tests/core_nest_tests.py +++ b/tests/core_nest_tests.py @@ -109,8 +109,9 @@ def test_nestcalc_get_yields_named(self): yields = self.nestcalc.GetYields(nestpy.INTERACTION_TYPE(0), energy=10) - def test_nestcalc_get_spike(self): - self.nestcalc.GetSpike(10, 10., 20., 30., 10., 10., [0, 1, 2]) + # def test_nestcalc_get_spike(self): + # # This is stalling some builds. Need to improe the test. + # self.nestcalc.GetSpike(10, 10., 20., 30., 10., 10., [0, 1, 2]) def test_nestcalc_calculate_g2(self): assert self.nestcalc.CalculateG2(True)[3] > 10