Skip to content

Commit

Permalink
#25 Fixed failing tests.
Browse files Browse the repository at this point in the history
  • Loading branch information
numbworks committed Feb 11, 2024
1 parent efda95b commit 627fc8b
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ public static ForecastingInit ForecastingInit_DoubleWithCE
steps: ForecastingInit_Steps_MultipleDouble
);

public static string ForecastingSession_Version = "4.0.0.0";
public static string ForecastingSession_Version = "4.1.0.0";

public static double NextValue = 519.23;
public static List<double> ExpandedValues = new List<double>() { 58.5, 615.26, 659.84, 635.69, 612.27, 632.94, NextValue };
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,5 +25,5 @@
"NextValue": 158.25
}
],
"Version": "4.0.0.0"
"Version": "4.1.0.0"
}
Original file line number Diff line number Diff line change
Expand Up @@ -20,5 +20,5 @@
"NextValue": 316.48
}
],
"Version": "4.0.0.0"
"Version": "4.1.0.0"
}
Original file line number Diff line number Diff line change
Expand Up @@ -20,5 +20,5 @@
"NextValue": 519.23
}
],
"Version": "4.0.0.0"
"Version": "4.1.0.0"
}

0 comments on commit 627fc8b

Please sign in to comment.