Skip to content
This repository has been archived by the owner on Mar 8, 2021. It is now read-only.

Commit

Permalink
Fix an import error in the test suite.
Browse files Browse the repository at this point in the history
  • Loading branch information
inducer committed Mar 26, 2010
1 parent 0bed996 commit 8c7d6a1
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion test/test_pyrticle.py
Expand Up @@ -65,7 +65,6 @@ def test_kv_predictors():
kv_env_exact = ChargelessKVRadiusPredictor(2.5e-3, 5e-6)
kv_env_num = KVRadiusPredictor(2.5e-3, 5e-6)

from hedge.tools import plot_1d
steps = 50
for i in range(steps):
s = kv_env_num.dt/7*i
Expand Down

0 comments on commit 8c7d6a1

Please sign in to comment.