Skip to content

Commit

Permalink
paths for malignancy networks
Browse files Browse the repository at this point in the history
  • Loading branch information
EliasVansteenkiste committed Apr 5, 2017
1 parent 0fdb3bd commit f117d1c
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions pathfinder.py
Original file line number Diff line number Diff line change
Expand Up @@ -53,3 +53,11 @@

LUNA_NODULE_ANNOTATIONS_PATH = paths["LUNA_NODULE_ANNOTATIONS"]
utils.check_data_paths(LUNA_NODULE_ANNOTATIONS_PATH)

LUNA_PROPERTIES_PATH = paths['LUNA_PROPERTIES_PATH']
if not os.path.isfile(LUNA_PROPERTIES_PATH):
raise ValueError('no LUNA properties file')

VALIDATION_LB_MIXED_SPLIT_PATH = paths['VALIDATION_LB_MIXED_SPLIT_PATH']
if not os.path.isfile(VALIDATION_LB_MIXED_SPLIT_PATH):
raise ValueError('no mixed validation and LB file')

0 comments on commit f117d1c

Please sign in to comment.