Skip to content

Commit

Permalink
Remove unused IS_FLOAT32 and IS_WINDOWS from test_ode
Browse files Browse the repository at this point in the history
  • Loading branch information
maresb authored and twiecki committed Aug 22, 2022
1 parent 9024c2b commit f7315a3
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions pymc/tests/test_ode.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,6 @@
# See the License for the specific language governing permissions and
# limitations under the License.

import sys

import aesara
import aesara.tensor as at
import numpy as np
Expand All @@ -28,9 +26,6 @@
from pymc.ode.utils import augment_system
from pymc.tests.helpers import fast_unstable_sampling_mode

IS_FLOAT32 = aesara.config.floatX == "float32"
IS_WINDOWS = sys.platform == "win32"


def test_gradients():
"""Tests the computation of the sensitivities from the Aesara computation graph"""
Expand Down

0 comments on commit f7315a3

Please sign in to comment.