Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
07/06/17 11:57:49 (7 years ago)
Author:
gkronber
Message:

#2723: merged r14857 from trunk to stable

File:
1 edited

Legend:

Unmodified
Added
Removed
  • stable/HeuristicLab.Problems.DataAnalysis/3.4/Dataset.cs

    r15150 r15152  
    7474        throw new ArgumentException(message);
    7575      }
    76 
     76      DatasetUtil.ValidateInputData(variableValues); // the validation call checks if every values IList is actually a list of the supported type
    7777      rows = variableValues.First().Count;
    7878      this.variableNames = new List<string>(variableNames);
Note: See TracChangeset for help on using the changeset viewer.