Skip to content

Commit

Permalink
code comment typo
Browse files Browse the repository at this point in the history
  • Loading branch information
ablaom committed Jul 1, 2024
1 parent 140fb7b commit 64b9481
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/resampling.jl
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ API.@trait(
MLJBase._actual_operations(nothing,
[LogLoss(), ], dummy_interval, 1))

# model not have a valid `prediction_type`:
# model does not have a valid `prediction_type`:
@test_throws(
MLJBase.ERR_UNSUPPORTED_PREDICTION_TYPE,
MLJBase._actual_operations(nothing, [LogLoss(),], GoofyTransformer(), 0),
Expand Down

0 comments on commit 64b9481

Please sign in to comment.