Skip to content

Commit

Permalink
don't do timing test during CI
Browse files Browse the repository at this point in the history
  • Loading branch information
stevengj authored Oct 28, 2021
1 parent 5c02ff2 commit 39ca7a2
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion python/tests/test_special_kz.py
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,9 @@ def test_special_kz(self):

self.assertAlmostEqual(Rmeep_complex,Rfres,places=2)
self.assertAlmostEqual(Rmeep_real_imag,Rfres,places=2)
self.assertLess(t_real_imag,t_complex)

# the real/imag algorithm should be faster, but on CI machines performance is too variable for this to reliably hold
# self.assertLess(t_real_imag,t_complex)


def eigsrc_kz(self, kz_2d):
Expand Down

0 comments on commit 39ca7a2

Please sign in to comment.