Skip to content

Commit

Permalink
Reduced number of test
Browse files Browse the repository at this point in the history
  • Loading branch information
benbaror committed Mar 29, 2017
1 parent b579901 commit 4f856b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_ne2001.py
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ def test_electron_density_trapz():

def test_dist():
seed(123)
for i in range(10):
for i in range(1):
tol = 0.1
ne = density.ElectronDensity()
l = rand()*360
Expand Down

0 comments on commit 4f856b6

Please sign in to comment.