Skip to content

Commit 27ae100

Browse files
committed
fixed introduced bug in qc for main pipeline
1 parent 9c05182 commit 27ae100

File tree

3 files changed

+1
-2
lines changed

3 files changed

+1
-2
lines changed

dist/ndmg-0.0.25.tar.gz

19.5 KB
Binary file not shown.

ndmg/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,4 @@
99
from .utils.utils import utils as utils
1010
from .scripts import ndmg_pipeline as ndmg_pipeline
1111

12-
version = "0.0.24"
12+
version = "0.0.25"

ndmg/scripts/ndmg_pipeline.py

-1
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,6 @@ def ndmg_pipeline(dti, bvals, bvecs, mprage, atlas, mask, labels, outdir,
9898
g1.make_graph(tracks)
9999
g1.summary()
100100
g1.save_graph(graphs[idx], fmt=fmt)
101-
graph_metrics(g1)
102101

103102
print("Execution took: " + str(datetime.now() - startTime))
104103

0 commit comments

Comments
 (0)