We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9024c2b commit f7315a3Copy full SHA for f7315a3
pymc/tests/test_ode.py
@@ -12,8 +12,6 @@
12
# See the License for the specific language governing permissions and
13
# limitations under the License.
14
15
-import sys
16
-
17
import aesara
18
import aesara.tensor as at
19
import numpy as np
@@ -28,9 +26,6 @@
28
26
from pymc.ode.utils import augment_system
29
27
from pymc.tests.helpers import fast_unstable_sampling_mode
30
31
-IS_FLOAT32 = aesara.config.floatX == "float32"
32
-IS_WINDOWS = sys.platform == "win32"
33
34
35
def test_gradients():
36
"""Tests the computation of the sensitivities from the Aesara computation graph"""
0 commit comments