From 3261b69e40962a663d8f9eab5e006718e46878f9 Mon Sep 17 00:00:00 2001 From: David Date: Wed, 11 Oct 2017 19:04:48 +0200 Subject: [PATCH] arguments in tune_skin --- samples/cellsystem_test.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/samples/cellsystem_test.py b/samples/cellsystem_test.py index 6db92cf8fb9..40f4563b4af 100644 --- a/samples/cellsystem_test.py +++ b/samples/cellsystem_test.py @@ -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()