Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
11/03/15 08:19:10 (8 years ago)
Author:
gkronber
Message:

#1998: fixed a problem in Classification/ClassificationSolutionComparisonView

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/sources/HeuristicLab.Problems.DataAnalysis.Views/3.4/Classification/ClassificationSolutionComparisonView.cs

    r13102 r13104  
    7676          dataGridView.Rows.Clear();
    7777          dataGridView.Columns.Clear();
    78           solutions.Clear();
     78          solutions = null;
    7979        } else {
    8080
     
    138138        lda.Name = "Linear Discriminant Analysis Solution";
    139139        newSolutions.Add(lda);
    140       }
    141       catch (NotSupportedException) { }
    142       catch (ArgumentException) { }
     140      } catch (NotSupportedException) { } catch (ArgumentException) { }
    143141      return newSolutions;
    144142    }
Note: See TracChangeset for help on using the changeset viewer.