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

Commit

Permalink
Fix kv3d experiment runner.
Browse files Browse the repository at this point in the history
  • Loading branch information
Andreas Kloeckner committed Mar 28, 2010
1 parent 254af5a commit b384c51
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/pic/experiments.py
Expand Up @@ -377,7 +377,7 @@ def run_kv3d():
O("DepShape"),
O("DepGrid", O("FineCoreBrickGenerator", core_axis=2),
#el_tolerance=0.1,
method="simplex_reduce")
submethod="simplex_reduce")
]:
job = BatchJob(
"kv3d-$DATE/%s-chi%s" % (cn(rec), chi),
Expand Down

0 comments on commit b384c51

Please sign in to comment.