calculate KPI's for all example fields instead of one field
This commit is contained in:
parent
e05bb5a8f7
commit
a98a81776d
@ -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?
|
//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 = 1;
|
int nrun = 1;
|
||||||
for (int run = 1; run <= nrun; run++) {
|
for (int run = 1; run <= nrun; run++) {
|
||||||
//for (int i = 0; i < fieldsInputs.Count; i++)
|
for (int i = 0; i < fieldsInputs.Count; i++)
|
||||||
for (int i = 3; i < 4; i++) // for testing
|
//for (int i = 3; i < 4; i++) // for testing
|
||||||
{
|
{
|
||||||
watch.Restart();
|
watch.Restart();
|
||||||
input = fieldsInputs[i];
|
input = fieldsInputs[i];
|
||||||
|
Loading…
Reference in New Issue
Block a user