Skip to content

Commit

Permalink
misc: rebase
Browse files Browse the repository at this point in the history
  • Loading branch information
georgebisbas committed Jan 6, 2025
1 parent fdce053 commit 29eb747
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion devito/operator/operator.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,8 @@
from devito.data import default_allocator
from devito.exceptions import (CompilationError, ExecutionError, InvalidArgument,
InvalidOperator)
from devito.logger import debug, info, perf, warning, is_log_enabled_for, switch_log_level
from devito.logger import (debug, info, perf, warning, is_log_enabled_for,
set_log_level, switch_log_level)
from devito.ir.equations import LoweredEq, lower_exprs, concretize_subdims
from devito.ir.clusters import ClusterGroup, clusterize
from devito.ir.iet import (Callable, CInterface, EntryFunction, FindSymbols, MetaCall,
Expand Down

0 comments on commit 29eb747

Please sign in to comment.