Skip to content

Commit

Permalink
Remove stalling getSpike test(FIX TODO)
Browse files Browse the repository at this point in the history
  • Loading branch information
sophiafarrell committed Mar 3, 2021
1 parent 26f0465 commit f68b74f
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions tests/core_nest_tests.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit f68b74f

Please sign in to comment.