Skip to content

Commit

Permalink
reorder samples (dotnet#231)
Browse files Browse the repository at this point in the history
  • Loading branch information
daholste authored Feb 26, 2019
1 parent 9de92e6 commit 15dd299
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions src/Samples/Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,6 @@ public static void Main(string[] args)
{
try
{
Cancellation.Run();
Console.Clear();

ObserveProgress.Run();
Console.Clear();

AutoTrainRegression.Run();
Console.Clear();

Expand All @@ -30,6 +24,12 @@ public static void Main(string[] args)
CustomizeTraining.Run();
Console.Clear();

ObserveProgress.Run();
Console.Clear();

Cancellation.Run();
Console.Clear();

Console.WriteLine("Done");
}
catch (Exception ex)
Expand Down

0 comments on commit 15dd299

Please sign in to comment.