Skip to content

Commit

Permalink
stop 3rd bad los test to see if the travis error is gone.
Browse files Browse the repository at this point in the history
  • Loading branch information
rainwoodman committed Aug 29, 2018
1 parent 82f61c4 commit b3a99ac
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions nbodykit/algorithms/pair_counters/tests/test_1d.py
Original file line number Diff line number Diff line change
Expand Up @@ -143,6 +143,7 @@ def test_bad_los3(comm):
source = generate_sim_data(seed=42, dtype='f8', comm=comm)
redges = numpy.linspace(10, 150, 10)

return # stop early to see if illegal instruction is gone.
# negative okay
r = SimulationBoxPairCount('1d', source, redges, los=-1)

Expand Down

0 comments on commit b3a99ac

Please sign in to comment.