Skip to content

Commit

Permalink
Merge pull request #1516 from davidsean/tuneskin
Browse files Browse the repository at this point in the history
arguments in tune_skin
  • Loading branch information
fweik committed Oct 12, 2017
2 parents cdcb81d + 3261b69 commit 8ad8463
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion samples/cellsystem_test.py
Expand Up @@ -75,4 +75,5 @@ def profile():
profile()

print("Using automatic tuning...")
print(cs.tune_skin())
skin=cs.tune_skin(min_skin=0.5, max_skin=50., tol=0.5, int_steps=100)
profile()

0 comments on commit 8ad8463

Please sign in to comment.