From 3a812b1c71f64a08a34da978a9d71dda18a1b0f6 Mon Sep 17 00:00:00 2001 From: Craig Warren Date: Tue, 3 May 2016 18:21:39 +0100 Subject: [PATCH] Corrected some comments. --- user_libs/optimisation_taguchi/optimisation_taguchi_fitness.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/user_libs/optimisation_taguchi/optimisation_taguchi_fitness.py b/user_libs/optimisation_taguchi/optimisation_taguchi_fitness.py index dd13e530..f61c8366 100644 --- a/user_libs/optimisation_taguchi/optimisation_taguchi_fitness.py +++ b/user_libs/optimisation_taguchi/optimisation_taguchi_fitness.py @@ -16,7 +16,7 @@ import matplotlib.pyplot as plt All fitness functions must take two arguments and return a single fitness value. The first argument should be the name of the output file - The second argument is a list which can contain any number of additional arguments, e.g. names (IDs) of outputs (rxs) from input file + The second argument is a dictionary which can contain any number of additional arguments, e.g. names (IDs) of outputs (rxs) from input file """ def minvalue(filename, args):