Delete run_spikes.sh
This commit is contained in:
parent
f264424863
commit
9647bc9785
1 changed files with 0 additions and 19 deletions
|
@ -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
|
||||
|
Loading…
Reference in a new issue