Skip to content

Commit

Permalink
comment out offending method
Browse files Browse the repository at this point in the history
  • Loading branch information
HamishBrownPFR committed May 21, 2024
1 parent b57e4fe commit 7643ad2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions TestComponents/Test.cs
Original file line number Diff line number Diff line change
Expand Up @@ -272,7 +272,7 @@ private static int getTestRow(string test, DataFrame allTests)
return testRow;
}

private static Dictionary<System.DateTime, double> fertDict(string test, DataFrame allFert)
/* private static Dictionary<System.DateTime, double> fertDict(string test, DataFrame allFert)
{
Dictionary<System.DateTime, double> fert = new Dictionary<System.DateTime, double>();
foreach (DataFrameRow row in allFert.Rows)
Expand All @@ -299,7 +299,7 @@ private static int getTestRow(string test, DataFrame allTests)
}
}
return fert;
}
}*/

}
}
Expand Down

0 comments on commit 7643ad2

Please sign in to comment.