Skip to content

Commit

Permalink
misc: Tidy up
Browse files Browse the repository at this point in the history
  • Loading branch information
EdCaunt committed May 21, 2024
1 parent 6700d6b commit c6b95d7
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions devito/operator/operator.py
Original file line number Diff line number Diff line change
Expand Up @@ -572,8 +572,6 @@ def _prepare_arguments(self, autotune=None, **kwargs):
nodes = set()
nodes.update({d for s in subdomains for d in s.dimensions})
nodes.update(set(self.dimensions))
# print("Nodes", nodes)
# print("Dataspaces", {d: self._dspace[d] for d in nodes})

# Pre-process Dimension overrides. This may help ruling out ambiguities
# when processing the `defaults` arguments. A topological sorting is used
Expand Down

0 comments on commit c6b95d7

Please sign in to comment.