Skip to content

Commit

Permalink
space
Browse files Browse the repository at this point in the history
  • Loading branch information
Kevin Qu committed Jun 1, 2022
1 parent 461f1f4 commit eb30814
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/autotest.py
Original file line number Diff line number Diff line change
Expand Up @@ -230,7 +230,7 @@ def run(self):
Parallel(n_jobs=self.n_jobs, verbose=verbose)(
delayed(self._process_wrapper)(subject_id) for subject_id in subject_ids)
self.save_data()


if __name__ == "__main__":
pipeline = AutoPipeline(input_directory="C:/Users/qukev/BHKLAB/datasetshort/manifest-1598890146597/NSCLC-Radiomics-Interobserver1",
Expand Down

0 comments on commit eb30814

Please sign in to comment.