Skip to content

Commit

Permalink
Fix failing test
Browse files Browse the repository at this point in the history
  • Loading branch information
yaeldMS committed Mar 18, 2019
1 parent de633a3 commit 9e7dd80
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ protected override void Initialize()
base.Initialize();

_ml = new MLContext(42);
_ml.AddStandardComponents();
}

[Fact]
Expand Down

0 comments on commit 9e7dd80

Please sign in to comment.