Changeset 14332 for trunk/sources
- Timestamp:
- 10/14/16 14:23:46 (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/sources/HeuristicLab.DataPreprocessing/3.4/PreprocessingContext.cs
r14185 r14332 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.