Skip to content

Commit 9f6762d

Browse files
committed
Fix adaptive leja tutorial to use new code
1 parent 2f776af commit 9f6762d

File tree

2 files changed

+81
-69
lines changed

2 files changed

+81
-69
lines changed

pyapprox/surrogates/affine/tests/test_activelearning.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,7 @@
1717
from pyapprox.surrogates.univariate.orthopoly import (
1818
setup_univariate_orthogonal_polynomial_from_marginal,
1919
)
20-
from pyapprox.surrogates.affine.multiindex import (
21-
ExpandingMarginGenerator,
22-
)
20+
from pyapprox.surrogates.affine.multiindex import ExpandingMarginGenerator
2321

2422

2523
class TestActiveLearning:

0 commit comments

Comments
 (0)