File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 1
1
name = " MLJTestInterface"
2
2
uuid = " 72560011-54dd-4dc2-94f3-c5de45b75ecd"
3
3
authors = [
" Anthony D. Blaom <[email protected] >" ]
4
- version = " 0.1.0 "
4
+ version = " 0.1.1 "
5
5
6
6
[deps ]
7
7
MLJBase = " a7f614a8-145f-11e9-1d2a-a57a1082229d"
Original file line number Diff line number Diff line change 29
29
30
30
const WARN_FAILURES_ENCOUNTERED =
31
31
" Some errors were encountered. To isolate specific errors you may want " *
32
- " test again, specifiying `throw=false ` to get a full stack trace. You may also want " *
32
+ " test again, specifiying `throw=true ` to get a full stack trace. You may also want " *
33
33
" limit tests to problem model(s). "
34
34
35
35
# for updating `failures` and `summary` tables output by `test(...)` below; returns the
You can’t perform that action at this time.
0 commit comments