Skip to content
Snippets Groups Projects
Commit c1b35d5b authored by Alexey Shiklomanov's avatar Alexey Shiklomanov
Browse files

Change run_dps to CreekSamplerun

parent efff5640
No related branches found
No related tags found
1 merge request!13Rename Conus dps to Main
......@@ -4,3 +4,4 @@ CodeDebug.ipynb
Web/
__pycache__/
bk/
running.log
......@@ -26,7 +26,7 @@ echo "Starting algorithm in subshell"
(
cd "$basedir"
echo "Running in directory: $(pwd -P)"
python -u -c "import FireRun; FireRun.CArunNRT()"
python -u -c "import FireRun; FireRun.CreekSamplerun()"
)
echo "Done!"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment