Skip to content

Commit

Permalink
CUDA jit tests now appear to pass (#1654)
Browse files Browse the repository at this point in the history
  • Loading branch information
fritzo authored Dec 7, 2018
1 parent 3a5ba6e commit 7a25559
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions tests/infer/test_jit.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
from __future__ import absolute_import, division, print_function

import logging
import os
import warnings

import pytest
Expand All @@ -28,8 +27,6 @@ def constant(*args, **kwargs):


logger = logging.getLogger(__name__)
pytestmark = pytest.mark.skipif('CUDA_TEST' in os.environ,
reason='https://github.com/uber/pyro/issues/1419')


def test_simple():
Expand Down

0 comments on commit 7a25559

Please sign in to comment.