Skip to content

Commit

Permalink
Fix missing kvikio imports
Browse files Browse the repository at this point in the history
Signed-off-by: Julio Faracco <[email protected]>
  • Loading branch information
jcfaracco committed Oct 2, 2023
1 parent c6d26f5 commit e1e66eb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions dasf/utils/funcs.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@

try:
import kvikio
import kvikio.defaults
KVIKIO_SUPPORTED = True
except ImportError: # pragma: no cover
KVIKIO_SUPPORTED = False
Expand Down

0 comments on commit e1e66eb

Please sign in to comment.