Skip to content

Commit

Permalink
fixed introduced bug in qc for main pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
gkiar committed Aug 14, 2016
1 parent 9c05182 commit 27ae100
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 2 deletions.
Binary file added dist/ndmg-0.0.25.tar.gz
Binary file not shown.
2 changes: 1 addition & 1 deletion ndmg/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@
from .utils.utils import utils as utils
from .scripts import ndmg_pipeline as ndmg_pipeline

version = "0.0.24"
version = "0.0.25"
1 change: 0 additions & 1 deletion ndmg/scripts/ndmg_pipeline.py
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,6 @@ def ndmg_pipeline(dti, bvals, bvecs, mprage, atlas, mask, labels, outdir,
g1.make_graph(tracks)
g1.summary()
g1.save_graph(graphs[idx], fmt=fmt)
graph_metrics(g1)

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

Expand Down

0 comments on commit 27ae100

Please sign in to comment.