Skip to content

Commit

Permalink
fix wrong import
Browse files Browse the repository at this point in the history
  • Loading branch information
mjirik committed Apr 7, 2015
1 parent 5f1be3b commit 7b9f96f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lisa/organ_segmentation.py
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
from io3d import datareader
from io3d import datawriter
import data_plus
import lisa.support_structure_segmentation as sss
import support_structure_segmentation as sss
import lisa.cachefile as cachef

# import audiosupport
Expand Down
3 changes: 2 additions & 1 deletion lisa/update_stable.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,8 @@ def update(dry_run=False):

print ('Updating conda modules')
try:
cmd = ["conda", "install", "--yes", "-c", 'luispedro ',
cmd = ["conda", "install", "--yes",
# "-c", 'luispedro ',
'-c', 'SimpleITK', "--file",
op.join(path_to_base, "requirements_conda.txt")]
if dry_run:
Expand Down

0 comments on commit 7b9f96f

Please sign in to comment.