create code py for testing calcul
This commit is contained in:
parent
ee3d1315c0
commit
1eb7ec26b3
|
@ -1,6 +0,0 @@
|
||||||
#!/bin/bash
|
|
||||||
cd ../RawDataFiles
|
|
||||||
for i in *
|
|
||||||
do
|
|
||||||
rm $i
|
|
||||||
done
|
|
2
Py-Script/data.py
Normal file
2
Py-Script/data.py
Normal file
|
@ -0,0 +1,2 @@
|
||||||
|
import numpy as np
|
||||||
|
|
Loading…
Reference in a new issue