Skip to content

Commit 052ea48

Browse files
committed
newline characetr
1 parent 6476ab2 commit 052ea48

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/qinfer/resamplers.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -198,7 +198,8 @@ class LiuWestResampler(Resampler):
198198
"""
199199
def __init__(self,
200200
a=0.98, h=None, maxiter=1000, debug=False, postselect=True,
201-
zero_cov_comp=1e-10, default_n_particles=None,
201+
zero_cov_comp=1e-10,
202+
default_n_particles=None,
202203
kernel=np.random.randn
203204
):
204205
self._default_n_particles = default_n_particles

0 commit comments

Comments
 (0)