Skip to content

Commit

Permalink
Explicilty open Dsfo in tests.
Browse files Browse the repository at this point in the history
  • Loading branch information
rleonid committed Feb 1, 2018
1 parent 987df22 commit d6417c7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions src-full/cls/omlf_logistic_regression.mlt
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@

open Test_utils
module P = Oml_probabilities
open Dsfo

let () =
let add_simple_test = Test.add_simple_test_group "Logistic Regression" in
Expand Down
1 change: 1 addition & 0 deletions src-full/cls/omlf_naive_bayes.mlt
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@
*)

open Test_utils
open Dsfo

let () =
let add_simple_test = Test.add_simple_test_group "Naive Bayes" in
Expand Down

0 comments on commit d6417c7

Please sign in to comment.