From 2fd67939a8130460a96ddea5a6a585f9381d50cf Mon Sep 17 00:00:00 2001 From: Harry Carey <38996929+PolarBean@users.noreply.github.com> Date: Thu, 6 Jun 2024 16:32:39 +0200 Subject: [PATCH] remove save to XML --- DeepSlice/main.py | 3 --- 1 file changed, 3 deletions(-) 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 - )