remove stdout for test

This commit is contained in:
Atsushi Sakai
2018-03-22 23:18:47 -07:00
parent ff0a8e8fa4
commit 62910de384

View File

@@ -267,7 +267,7 @@ def resampling(particles):
pw = np.matrix(pw)
Neff = 1.0 / (pw * pw.T)[0, 0] # Effective particle number
print(Neff)
# print(Neff)
if Neff < NTH: # resampling
wcum = np.cumsum(pw)