Skip to content

Commit

Permalink
Only run a single multiple in the fixedstepsize test to avoid travis …
Browse files Browse the repository at this point in the history
…failures because of time
  • Loading branch information
jobovy committed Jul 22, 2017
1 parent 0e5af09 commit 52b4d82
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_orbit.py
Original file line number Diff line number Diff line change
Expand Up @@ -1381,7 +1381,7 @@ def test_fixedstepsize():
# Somewhat long time
times= numpy.linspace(0.,100.,30001)
# Test the following multiples
mults= [10.,40.,80.]
mults= [10.]
# Just do this for LogarithmicHaloPotential
pot= LogarithmicHaloPotential(normalize=1.)
planarpot= pot.toPlanar()
Expand Down

0 comments on commit 52b4d82

Please sign in to comment.