Skip to content

Commit

Permalink
misc: Tidy up rebase
Browse files Browse the repository at this point in the history
  • Loading branch information
EdCaunt committed Feb 2, 2024
1 parent 8b3920d commit 2cd952e
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions devito/types/dense.py
Original file line number Diff line number Diff line change
Expand Up @@ -856,16 +856,8 @@ def _arg_check(self, args, intervals, **kwargs):
warning("Data type %s of runtime value `%s` does not match the "
"Function data type %s" % (data.dtype, self.name, self.dtype))

<<<<<<< HEAD
# Check each Dimension for potential OOB accesses
for i, s in zip(self.dimensions, data.shape):
=======
for i, s in zip(self.dimensions, key.shape):
<<<<<<< HEAD
# NOTE: This must be where the arg check occurs
>>>>>>> 4ede6a6fd (dsl: Fix halo size on empty ranks with MPI)
=======
>>>>>>> 9ee5d294a (dsl: Fix Function on SubDomain size)
i._arg_check(args, s, intervals[i])

if args.options['index-mode'] == 'int32' and \
Expand Down

0 comments on commit 2cd952e

Please sign in to comment.