Skip to content

Commit ebae237

Browse files
committed
add doc-string to _coefficients
1 parent 839c232 commit ebae237

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

adaptive/learner/integrator_coeffs.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -144,6 +144,7 @@ def calc_V(x, n):
144144

145145
@lru_cache(maxsize=None)
146146
def _coefficients():
147+
"""Compute the coefficients on demand, in order to avoid doing linear algebra on import."""
147148
eps = np.spacing(1)
148149

149150
# the nodes and Newton polynomials

0 commit comments

Comments
 (0)