Skip to content

Commit 6c752d3

Browse files
committed
we are definitely not better than reference result
1 parent b42bdf1 commit 6c752d3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/compressive_sensing/csnet/prd_9_testset.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ def main(n, d, q, c, r, w, dry):
101101
, sampfrom=sampfrom, sampto=sampto, physical=False)
102102
# data
103103
ecg = np.squeeze(record.d_signal) - int(record.baseline[0])
104-
pms = optimal_pms + 6
104+
pms = optimal_pms + 2
105105
CURRENT_PRD = 100
106106
while CURRENT_PRD > TARGET_PRD:
107107
# decrease pms

0 commit comments

Comments
 (0)