File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -14,12 +14,12 @@ The effect of the `scitype_check_level` option in calls of the form
14
14
`machine(model, data, scitype_check_level=...)` is summarized below:
15
15
16
16
`scitype_check_level` | Inspect scitypes? | If `Unknown` in scitypes | If other scitype mismatch |
17
- |:-----------:|:-----------------:|:------------------------:|:-------------------------:|
18
- 0 | × | | |
19
- 1 (startup) | ✓ | | warning |
20
- 2 | ✓ | warning | warning |
21
- 3 | ✓ | warning | error |
22
- 4 | ✓ | error | error |
17
+ |:------------------- :|:-----------------:|:------------------------:|:-------------------------:|
18
+ 0 | × | | |
19
+ 1 (value at startup) | ✓ | | warning |
20
+ 2 | ✓ | warning | warning |
21
+ 3 | ✓ | warning | error |
22
+ 4 | ✓ | error | error |
23
23
24
24
See also [`machine`](@ref)
25
25
You can’t perform that action at this time.
0 commit comments