This commit is contained in:
Pepijn van Oort 2024-05-16 10:05:04 +02:00
commit fcf6b2af51

View File

@ -91,8 +91,8 @@ namespace FarmmapsKPI
//Per default just 1 run per field. For debugging check if when we run multiple times do we get (should be) always the same output?
int nrun = 5;
for (int run = 1; run <= nrun; run++) {
//for (int i = 0; i < fieldsInputs.Count; i++)
for (int i = 3; i < 4; i++) // for testing
for (int i = 0; i < fieldsInputs.Count; i++)
//for (int i = 3; i < 4; i++) // for testing
{
watch.Restart();
input = fieldsInputs[i];