Skip to content

Commit f7315a3

Browse files
maresbtwiecki
authored andcommitted
Remove unused IS_FLOAT32 and IS_WINDOWS from test_ode
1 parent 9024c2b commit f7315a3

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

pymc/tests/test_ode.py

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,6 @@
1212
# See the License for the specific language governing permissions and
1313
# limitations under the License.
1414

15-
import sys
16-
1715
import aesara
1816
import aesara.tensor as at
1917
import numpy as np
@@ -28,9 +26,6 @@
2826
from pymc.ode.utils import augment_system
2927
from pymc.tests.helpers import fast_unstable_sampling_mode
3028

31-
IS_FLOAT32 = aesara.config.floatX == "float32"
32-
IS_WINDOWS = sys.platform == "win32"
33-
3429

3530
def test_gradients():
3631
"""Tests the computation of the sensitivities from the Aesara computation graph"""

0 commit comments

Comments
 (0)