Skip to content

Commit ea4e8f8

Browse files
committed
_
1 parent fb193da commit ea4e8f8

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

skrub/_data_ops/_evaluation.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -532,7 +532,8 @@ def _uninitialized_variable_msg(error, data_op, environment, ancestor_data_op):
532532

533533
msg = (
534534
"- Note that preview values passed to initialize skrub variables\n"
535-
" are ignored by default when we pass an explicit 'environment' dictionary,\n"
535+
" are ignored by default whenever we pass "
536+
"an explicit 'environment' dictionary,\n"
536537
" for example when calling SkrubLearner.fit({'X': ..., 'y': ...}).\n"
537538
f" Please pass a value for {missing_name!r} in the environment.\n"
538539
" You can also use "

0 commit comments

Comments
 (0)