Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
Florian Deconinck committed Oct 7, 2024
1 parent 5b09a67 commit b0b2940
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions ndsl/dsl/stencil.py
Original file line number Diff line number Diff line change
Expand Up @@ -349,14 +349,14 @@ def __init__(
):
unblock_waiting_tiles(MPI.COMM_WORLD)

self._timing_collector.build_info[_stencil_object_name(self.stencil_object)] = (
build_info
)
self._timing_collector.build_info[
_stencil_object_name(self.stencil_object)
] = build_info
field_info = self.stencil_object.field_info

self._field_origins: Dict[str, Tuple[int, ...]] = (
FrozenStencil._compute_field_origins(field_info, self.origin)
)
self._field_origins: Dict[
str, Tuple[int, ...]
] = FrozenStencil._compute_field_origins(field_info, self.origin)
"""mapping from field names to field origins"""

self._stencil_run_kwargs: Dict[str, Any] = {
Expand Down

0 comments on commit b0b2940

Please sign in to comment.