We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8222beb commit 2fd6793Copy full SHA for 2fd6793
DeepSlice/main.py
@@ -195,7 +195,4 @@ def save_predictions(self, filename):
195
QuickNII_functions.write_QUINT_JSON(
196
df=self.predictions, filename=filename, aligner=aligner, target=target
197
)
198
- QuickNII_functions.write_QuickNII_XML(
199
- df=self.predictions, filename=filename, aligner=aligner
200
- )
201
0 commit comments