- Timestamp:
- 07/06/17 10:19:37 (7 years ago)
- Location:
- stable
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
stable
- Property svn:mergeinfo changed
-
stable/HeuristicLab.Problems.DataAnalysis
- Property svn:mergeinfo changed
/branches/symbreg-factors-2650/HeuristicLab.Problems.DataAnalysis (added) merged: 14232,14238-14239,14249,14330,14351,14399,14449,14497-14499,14542,14592,14693,14762-14763
- Property svn:mergeinfo changed
-
stable/HeuristicLab.Problems.DataAnalysis/3.4/ModifiableDataset.cs
r13949 r15131 77 77 public void ReplaceVariable(string variableName, IList values) { 78 78 if (!variableValues.ContainsKey(variableName)) 79 throw new ArgumentException(string.Format("Variable {0} is not present in the dataset." ), variableName);79 throw new ArgumentException(string.Format("Variable {0} is not present in the dataset.", variableName)); 80 80 if (values.Count != variableValues[variableName].Count) 81 81 throw new ArgumentException("The number of values must coincide with the number of dataset rows.");
Note: See TracChangeset
for help on using the changeset viewer.