Skip to content

Commit

Permalink
Additional integration tests (#613)
Browse files Browse the repository at this point in the history
  • Loading branch information
Yuri05 authored Apr 20, 2018
1 parent 1e5a038 commit 7633994
Show file tree
Hide file tree
Showing 3 changed files with 74,643 additions and 23 deletions.
2 changes: 1 addition & 1 deletion src/PKSim.Core/CoreConstants.cs
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ public static class CoreConstants
public static readonly string DEFAULT_CALCULATION_METHODS_FILE_NAME_FOR_MOBI = "AllCalculationMethods";

public static readonly double[] DEFAULT_STATISTIC_PERCENTILES = {10, 25, 30, 37, 50, 63, 70, 75, 90};
public static readonly IEnumerable<int> PretermRange = Enumerable.Range(24, 17);
public static readonly IEnumerable<int> PretermRange = Enumerable.Range(24, 17); //DO NOT rename this constant (otherwise Matlab-Toolbox must be adjusted)

public static readonly string APPLICATION_FOLDER_PATH = @"Open Systems Pharmacology\PK-Sim";
public static readonly string TEMPLATE_SYSTEM_DATABASE = "PKSimTemplateDBSystem.mdb";
Expand Down
Loading

0 comments on commit 7633994

Please sign in to comment.