Skip to content

Commit a619652

Browse files
authored
fix readme
1 parent f42bd2a commit a619652

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -70,11 +70,11 @@ regressors = MLJTestIntegration.MLJ.models(matching(X, y)) do m
7070
end
7171

7272
# to test code loading *and* load code:
73-
MLJTestIntegration.test(regressors, X, y, verbosity=1, mod=@__MODULE__, level=1)
73+
MLJTestIntegration.test(regressors, X, y, verbosity=1, mod=@__MODULE__, level=4)
7474

7575
# comprehensive tests:
7676
failures, summary =
77-
MLJTestIntegration.test(regressors, X, y, verbosity=3, mod=@__MODULE__, level=1)
77+
MLJTestIntegration.test(regressors, X, y, verbosity=3, mod=@__MODULE__, level=4)
7878

7979
summary |> DataFrame
8080
```

0 commit comments

Comments
 (0)