Skip to content

Commit

Permalink
test fixup
Browse files Browse the repository at this point in the history
  • Loading branch information
Leitevmd committed Apr 27, 2021
1 parent 8770563 commit 1e3e73d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_derivatives.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
from sympy import simplify, diff, Float

from devito import (Grid, Function, TimeFunction, Eq, Operator, NODE, cos, sin,
ConditionalDimension, left, right, centered, div, grad)
SubDimension, ConditionalDimension, left, right, centered, div, grad)
from devito.finite_differences import Derivative, Differentiable
from devito.finite_differences.differentiable import EvalDerivative
from devito.symbolics import indexify, retrieve_indexed
Expand Down

0 comments on commit 1e3e73d

Please sign in to comment.