We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
To reproduce:
cm run script --tags=get,dataset,kits19,_validation -j
Error:
INFO:root:* cm run script "get dataset kits19 _validation" INFO:root: - More than 1 script found for "get,dataset,kits19": INFO:root: 0) /home/anandhu/CM/repos/anandhu-eng@cm4mlops/script/get-dataset-kits19 (get,dataset,medical-imaging,kits,original,kits19) INFO:root: 1) /home/anandhu/CM/repos/anandhu-eng@cm4mlops/script/get-preprocessed-dataset-kits19 (get,dataset,medical-imaging,kits19,preprocessed) Make your selection or press Enter for 0: INFO:root: Selected 0: /home/anandhu/CM/repos/anandhu-eng@cm4mlops/script/get-dataset-kits19 INFO:root: * cm run script "detect os" INFO:root: ! cd /home/anandhu/CM/repos/local/cache/f126591f0df046e8 INFO:root: ! call /home/anandhu/CM/repos/anandhu-eng@cm4mlops/script/detect-os/run.sh from tmp-run.sh INFO:root: ! call "postprocess" from /home/anandhu/CM/repos/anandhu-eng@cm4mlops/script/detect-os/customize.py INFO:root: ! cd /home/anandhu/CM/repos/local/cache/f126591f0df046e8 INFO:root: ! call /home/anandhu/CM/repos/anandhu-eng@cm4mlops/script/get-dataset-kits19/run.sh from tmp-run.sh ****************************************************** Cloning kits19 from https://github.com/neheller/kits19 with branch master --depth 2 ... git clone -b master https://github.com/neheller/kits19 --depth 2 kits19 Cloning into 'kits19'... remote: Enumerating objects: 440, done. remote: Counting objects: 100% (440/440), done. remote: Compressing objects: 100% (43/43), done. remote: Total 440 (delta 193), reused 425 (delta 185), pack-reused 0 (from 0) Receiving objects: 100% (440/440), 16.33 MiB | 11.46 MiB/s, done. Resolving deltas: 100% (193/193), done. /home/anandhu/CM/repos/anandhu-eng@cm4mlops/script/get-dataset-kits19/run.sh: line 40: -m: command not found INFO:root: ! call "postprocess" from /home/anandhu/CM/repos/anandhu-eng@cm4mlops/script/get-dataset-kits19/customize.py INFO:root:{ "return": 0, "env": { "CM_DATASET_VALIDATION": "yes", "CM_DATASET_PATH": "/home/anandhu/CM/repos/local/cache/f126591f0df046e8/kits19/data" }, "new_env": { "CM_DATASET_VALIDATION": "yes", "CM_DATASET_PATH": "/home/anandhu/CM/repos/local/cache/f126591f0df046e8/kits19/data" }, "state": {}, "new_state": {}, "deps": [ "detect,os" ] }
We might have to test if the execution failed here
The text was updated successfully, but these errors were encountered:
Closing issue as PR GATEOverflow#115 is merged.
Sorry, something went wrong.
anandhu-eng
No branches or pull requests
To reproduce:
Error:
We might have to test if the execution failed here
The text was updated successfully, but these errors were encountered: