diff --git a/DeepSlice/main.py b/DeepSlice/main.py index 5ce09fe..d048c72 100644 --- a/DeepSlice/main.py +++ b/DeepSlice/main.py @@ -195,7 +195,4 @@ def save_predictions(self, filename): QuickNII_functions.write_QUINT_JSON( df=self.predictions, filename=filename, aligner=aligner, target=target ) - QuickNII_functions.write_QuickNII_XML( - df=self.predictions, filename=filename, aligner=aligner - )