Skip to content

Commit 220cafd

Browse files
committed
change default flag to avoid bug
1 parent 4b9f2ef commit 220cafd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

SwissKnife/segmentation.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -554,7 +554,7 @@ def train_on_data_once(
554554
species=None,
555555
fold=0,
556556
fraction=None,
557-
perform_evaluation=False,
557+
perform_evaluation=True,
558558
debug=0,
559559
):
560560

0 commit comments

Comments
 (0)