[interpolatable] Comment

This commit is contained in:
Behdad Esfahbod 2023-11-21 14:03:45 -07:00
parent e413ee4c3a
commit 377bb5a34b

View File

@ -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)