We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 45cdeae commit 0ff3cbdCopy full SHA for 0ff3cbd
src/opencosmo/dataset/evaluate.py
@@ -68,7 +68,6 @@ def __make_output(
68
using_all_columns: bool,
69
kwargs: dict[str, Any],
70
) -> dict | None:
71
- assert False
72
if using_all_columns:
73
first_values = function(next(dataset.take(1, at="start").rows()), **kwargs)
74
else:
0 commit comments