Skip to content

Commit

Permalink
misc: Flake8
Browse files Browse the repository at this point in the history
  • Loading branch information
ZoeLeibowitz committed Sep 5, 2024
1 parent 2fc71fd commit 68133c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion devito/petsc/iet/routines.py
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ def create_matvec_body(self, injectsolve, body, solver_objs, objs):
dm_local_to_global_end = petsc_call('DMLocalToGlobalEnd', [
dmda, solver_objs['Y_local'], 'INSERT_VALUES', solver_objs['Y_global']
])

# TODO: Some of the calls are placed in the `stacks` argument of the
# `CallableBody` to ensure that they precede the `cast` statements. The
# 'casts' depend on the calls, so this order is necessary. By doing this,
Expand Down

0 comments on commit 68133c8

Please sign in to comment.