Skip to content

Commit

Permalink
tests: Fix doctests
Browse files Browse the repository at this point in the history
  • Loading branch information
EdCaunt committed Jan 24, 2024
1 parent ac49f23 commit 2fa19ec
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions devito/types/grid.py
Original file line number Diff line number Diff line change
Expand Up @@ -847,6 +847,7 @@ def __subdomain_finalize__(self, grid=None, **kwargs):
% self)
else:
self._grid = grid
self._distributor = self.grid.distributor
self._dtype = self.grid.dtype

# Create the SubDomainSet SubDimensions
Expand Down

0 comments on commit 2fa19ec

Please sign in to comment.