Skip to content

Commit

Permalink
remove save to XML
Browse files Browse the repository at this point in the history
  • Loading branch information
PolarBean authored Jun 6, 2024
1 parent 8222beb commit 2fd6793
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions DeepSlice/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
)

0 comments on commit 2fd6793

Please sign in to comment.