Skip to content

Commit

Permalink
misc: Fix ascent import
Browse files Browse the repository at this point in the history
  • Loading branch information
ZoeLeibowitz committed Jan 6, 2025
1 parent 6fcfa0d commit 5e12392
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_builtins.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import pytest
import numpy as np
from scipy.ndimage import gaussian_filter
from scipy.misc import ascent
from scipy.datasets import ascent

from devito import ConditionalDimension, Grid, Function, TimeFunction, switchconfig
from devito.builtins import (assign, norm, gaussian_smooth, initialize_function,
Expand Down

0 comments on commit 5e12392

Please sign in to comment.