Skip to content

Commit

Permalink
Update evalutils.py
Browse files Browse the repository at this point in the history
  • Loading branch information
jmsmkn authored Jun 28, 2023
1 parent 6dd80f1 commit 5f7d194
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions evalutils/evalutils.py
Original file line number Diff line number Diff line change
Expand Up @@ -99,9 +99,7 @@ def __init__(
self._case_results: List[Dict] = []

self._validators: Dict[str, Tuple[DataFrameValidator, ...]] = (
{}
if validators is None
else validators
{} if validators is None else validators
)
self._file_loaders: Dict[str, FileLoader] = (
dict(input_image=SimpleITKLoader())
Expand Down

0 comments on commit 5f7d194

Please sign in to comment.