Skip to content

Commit 263109b

Browse files
Update score_function_estimators.py
1 parent 0264f5e commit 263109b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

DeterministicParticleFlowControl/score_estimators/score_function_estimators.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -192,7 +192,7 @@ def ggrdxy_K(x,y):
192192

193193
## Kx(x,y) = (K(x,y)* (x - y) cos(abs(x - y)/2) sin(abs(x - y)/2))/(l^2 abs(x - y))
194194
## -(2 K(x,y) π (x - y) sin((2 π abs(x - y))/per))/(l^2 s abs(x - y))
195-
per = 2*np.pi ##period of the kernel
195+
##per = 2*np.pi ##period of the kernel
196196
#l = 0.5
197197
def K(x,y,l,multil=False):
198198

0 commit comments

Comments
 (0)