Skip to content

Commit f2883e4

Browse files
committed
fix polar_freq.py
1 parent 1b75a74 commit f2883e4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

polar_freq.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747
Num=0
4848
data0=None
4949
for f in files:
50-
if re.match("Group"+str(order-1)+"_[0-9]+.dat", f):
50+
if re.match("group"+str(order-1)+"_pid[0-9]+.dat", f):
5151
print f
5252
Num+=1
5353
d=np.loadtxt(folder+f)

0 commit comments

Comments
 (0)