Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
01/15/16 12:58:38 (8 years ago)
Author:
pfleck
Message:

#2559
Removed parameterless constructor of PreprocessingContext to avoid breaking the DeepClonable unit-test since preprocessing is not yet correctly cloneable.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/sources/HeuristicLab.DataPreprocessing.Views/3.4/DataPreprocessingMenuItem.cs

    r13507 r13512  
    2424using HeuristicLab.MainForm;
    2525using HeuristicLab.Optimizer;
     26using HeuristicLab.Problems.DataAnalysis;
    2627
    2728namespace HeuristicLab.DataPreprocessing.Views {
     
    4243
    4344      public override void Execute() {
    44         MainFormManager.MainForm.ShowContent(new PreprocessingContext());
     45        MainFormManager.MainForm.ShowContent(new PreprocessingContext(new RegressionProblemData()));
    4546      }
    4647
Note: See TracChangeset for help on using the changeset viewer.