equinor/TimeSeriesAnalysis

GainSchedIdentifier.Identify will only consider suggesting a single threshold (could also consider multiple)

steinelg opened this issue · 0 comments

In Identify() there is hardcoded

int nThresholds = 1;

so this code is not completely general.