Delete test_all.sh

This commit is contained in:
David Rotermund 2023-01-05 13:21:19 +01:00 committed by GitHub
parent 1c91fb168a
commit 45d146e529
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,6 +0,0 @@
#!/bin/bash
for i in $(seq 1 1 999)
do
echo $i
/home/davrot/P3.10/bin/python3 test_it.py mnist.json $i
done