Changeset 14572
- Timestamp:
- 01/14/17 19:23:02 (8 years ago)
- Location:
- stable
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
stable
- Property svn:mergeinfo changed
/trunk/sources merged: 14332
- Property svn:mergeinfo changed
-
stable/HeuristicLab.DataPreprocessing/3.4
- Property svn:mergeinfo changed
/trunk/sources/HeuristicLab.DataPreprocessing/3.4 merged: 14332
- Property svn:mergeinfo changed
-
stable/HeuristicLab.DataPreprocessing/3.4/PreprocessingContext.cs
r14186 r14572 67 67 if (problemData == null) throw new ArgumentNullException("problemData"); 68 68 if (source != null && ExtractProblemData(source) != problemData) 69 throw new ArgumentException("The ProblemData extracted from the Source is different than the given ProblemData.");69 source = null; // ignore the source if the source's problem data is different 70 70 Source = source ?? problemData; 71 71 var namedSource = Source as INamedItem;
Note: See TracChangeset
for help on using the changeset viewer.