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 276bb2d commit 25724e8Copy full SHA for 25724e8
LoopStructural/interpolators/_interpolator_factory.py
@@ -13,7 +13,7 @@
13
class InterpolatorFactory:
14
@staticmethod
15
def create_interpolator(
16
- interpolatortype: Union[str, InterpolatorType] = None,
+ interpolatortype: Optional[Union[str, InterpolatorType]] = None,
17
boundingbox: Optional[BoundingBox] = None,
18
nelements: Optional[int] = None,
19
element_volume: Optional[float] = None,
0 commit comments