[interpolatable] Comment
This commit is contained in:
parent
e413ee4c3a
commit
377bb5a34b
@ -197,6 +197,8 @@ def _points_complex_vector(points):
|
|||||||
for i in range(n):
|
for i in range(n):
|
||||||
p0 = points[i]
|
p0 = points[i]
|
||||||
|
|
||||||
|
# Apparently the 1, 2, 4 weights are magically good empirically.
|
||||||
|
|
||||||
# The point itself
|
# The point itself
|
||||||
vector.append(p0)
|
vector.append(p0)
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user