From 7643ad26fc7bf37b58c0135f6c0d550332cf995c Mon Sep 17 00:00:00 2001 From: Hamish Brown Date: Tue, 21 May 2024 13:39:06 +1200 Subject: [PATCH] comment out offending method --- TestComponents/Test.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/TestComponents/Test.cs b/TestComponents/Test.cs index 2ffbc38..685a165 100644 --- a/TestComponents/Test.cs +++ b/TestComponents/Test.cs @@ -272,7 +272,7 @@ private static int getTestRow(string test, DataFrame allTests) return testRow; } - private static Dictionary fertDict(string test, DataFrame allFert) + /* private static Dictionary fertDict(string test, DataFrame allFert) { Dictionary fert = new Dictionary(); foreach (DataFrameRow row in allFert.Rows) @@ -299,7 +299,7 @@ private static int getTestRow(string test, DataFrame allTests) } } return fert; - } + }*/ } }