From: Thierry Parmentelat Date: Wed, 23 Mar 2011 14:21:40 +0000 (+0100) Subject: comments X-Git-Tag: tests-5.0-27~8 X-Git-Url: http://git.onelab.eu/?a=commitdiff_plain;h=aaccdbe7a9305de045896a37a1f5e7e6bfdb75b3;p=tests.git comments --- diff --git a/system/config_triangle.py b/system/config_triangle.py index 1380208..91c79e4 100644 --- a/system/config_triangle.py +++ b/system/config_triangle.py @@ -1,10 +1,10 @@ # Thierry Parmentelat # Copyright (C) 2010 INRIA # -# just overwrite options.size to be 2 and re-use the default config +# re-use the default config with 3 myplc's and +# 3 SFA's for checking antiloop on some decent scale import config_default -# for checking antiloop on some decent scale def config (plc_specs, options): options.size=3 return config_default.config(plc_specs,options)