Add shebang to execute directly
This commit is contained in:
parent
5dc16bbe09
commit
db21a1bd65
2 changed files with 4 additions and 0 deletions
2
ETA.py
2
ETA.py
|
@ -1,3 +1,5 @@
|
|||
#!/usr/bin/env python3
|
||||
|
||||
import numpy as np
|
||||
import matplotlib.pyplot as plt
|
||||
import utils
|
||||
|
|
|
@ -1,3 +1,5 @@
|
|||
#!/usr/bin/env python3
|
||||
|
||||
import numpy as np
|
||||
import matplotlib.pyplot as plt
|
||||
from scipy.signal import medfilt , find_peaks
|
||||
|
|
Loading…
Reference in a new issue