Skip to content
Snippets Groups Projects
Commit 07c87bc7 authored by Stephan Seitz's avatar Stephan Seitz
Browse files

Lint

parent 6af6b93f
Branches
Tags
1 merge request!129Interpolation refactoring
......@@ -332,7 +332,7 @@ class Field(AbstractField):
self.latex_name: Optional[str] = None
self.coordinate_origin: tuple[float, sp.Symbol] = sp.Matrix(tuple(
0 for _ in range(self.spatial_dimensions)
)) # type
))
self.coordinate_transform = sp.eye(self.spatial_dimensions)
if field_type == FieldType.STAGGERED:
assert self.staggered_stencil
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment