Skip to content

Commit

Permalink
init
Browse files Browse the repository at this point in the history
Signed-off-by: Weichen Xu <[email protected]>
  • Loading branch information
WeichenXu123 committed May 7, 2024
1 parent e699a1e commit 1f58c5e
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@
from pyspark.sql import SparkSession
from pyspark.ml.tests.connect.test_legacy_mode_classification import ClassificationTestsMixin

# TODO(SPARK-48083): Reenable this test case
have_torch = "SPARK_SKIP_CONNECT_COMPAT_TESTS" not in os.environ
try:
import torch # noqa: F401
Expand Down
1 change: 0 additions & 1 deletion python/pyspark/ml/tests/connect/test_connect_evaluation.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@
from pyspark.sql import SparkSession
from pyspark.ml.tests.connect.test_legacy_mode_evaluation import EvaluationTestsMixin

# TODO(SPARK-48084): Reenable this test case
have_torcheval = "SPARK_SKIP_CONNECT_COMPAT_TESTS" not in os.environ
try:
import torcheval # noqa: F401
Expand Down

0 comments on commit 1f58c5e

Please sign in to comment.