We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent db51d8b commit 9cf00cfCopy full SHA for 9cf00cf
pySDC/core/sweeper.py
@@ -3,7 +3,6 @@
3
from qmat.qdelta import QDeltaGenerator, QDELTA_GENERATORS
4
5
from pySDC.core.errors import ParameterError
6
-from pySDC.core.level import Level
7
from pySDC.core.collocation import CollBase
8
from pySDC.helpers.pysdc_helper import FrozenClass
9
@@ -245,6 +244,8 @@ def level(self, L):
245
244
Args:
246
L (pySDC.Level.level): current level
247
"""
+ from pySDC.core.level import Level
248
+
249
assert isinstance(L, Level)
250
self.__level = L
251
0 commit comments