diff --git a/run_spikes.sh b/run_spikes.sh deleted file mode 100644 index cbcab3b..0000000 --- a/run_spikes.sh +++ /dev/null @@ -1,19 +0,0 @@ -python=~/P3.10GPU/bin/python3 - -if [ -f "./def.json" ] -then - echo "json file found" -else - echo "No json file exists" - exit -fi - - -$python learn_it.py def.json -status=$? -if [ $status != "0" ] -then - echo "Problem detected (learn_it.py)!!!" - exit 1 -fi -