Skip to content

Commit 0ff3cbd

Browse files
committed
remove errant assert
1 parent 45cdeae commit 0ff3cbd

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/opencosmo/dataset/evaluate.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,6 @@ def __make_output(
6868
using_all_columns: bool,
6969
kwargs: dict[str, Any],
7070
) -> dict | None:
71-
assert False
7271
if using_all_columns:
7372
first_values = function(next(dataset.take(1, at="start").rows()), **kwargs)
7473
else:

0 commit comments

Comments
 (0)