Skip to content

Commit 1600789

Browse files
committed
Revert b58f397: catch errors (but show as warnings by default)
1 parent 65df37b commit 1600789

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/pydvl/valuation/utility/modelutility.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -194,7 +194,7 @@ def __init__(
194194
model: ModelT,
195195
scorer: Scorer,
196196
*,
197-
catch_errors: bool = False,
197+
catch_errors: bool = True,
198198
show_warnings: bool = True,
199199
cache_backend: CacheBackend | None = None,
200200
cached_func_options: CachedFuncConfig | None = None,

0 commit comments

Comments
 (0)