Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
08/31/21 15:43:06 (3 years ago)
Author:
dpiringe
Message:

#3026

  • code cleanup
  • fixed a bug in ValueParameterConverter which prevented successful injection
  • changed error handling in method Main.HeadlessRun and Runner.Run
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/3026_IntegrationIntoSymSpace/HeuristicLab.JsonInterface/Converters/RegressionProblemDataConverter.cs

    r18044 r18045  
    4343      StringArrayJsonItem allowedInputVariables = null;
    4444
    45 
    4645      // search first for the items (cache them, because the
    4746      // order is important for injection)
    4847      foreach (var child in data.Children) {
    49 
    5048        if (child.Path.EndsWith(Dataset))
    5149          dataset = child as DoubleMatrixJsonItem;
     
    5856        else if (child.Path.EndsWith(AllowedInputVariables))
    5957          allowedInputVariables = child as StringArrayJsonItem;
    60 
    6158      }
    6259
Note: See TracChangeset for help on using the changeset viewer.