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

Lint

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