We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2f78186 commit 7642202Copy full SHA for 7642202
tests/test_vetiver_pins.py
@@ -1,6 +1,6 @@
1
import pytest
2
3
-torch = pytest.importorskip("vetiver", reason="vetiver library not installed")
+vetiver = pytest.importorskip("vetiver", reason="vetiver library not installed")
4
5
import json # noqa
6
import pins # noqa
0 commit comments