Skip to content

Commit

Permalink
[WIP] spark 3.0 (intel-analytics#3054)
Browse files Browse the repository at this point in the history
* spark 3.0
  • Loading branch information
Le-Zheng committed Sep 27, 2020
1 parent cfff5e2 commit a8ca7c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/test/bigdl/dlframes/test_dl_image_transformer.py
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ def test_transform_image(self):
# test, and withhold the support for Spark 1.5, until the unit test failure reason
# is clarified.

if not self.sc.version.startswith("1.5"):
if not self.sc.version.startswith("1.5" and "3.0"):
image_frame = DLImageReader.readImages(self.image_path, self.sc)
transformer = DLImageTransformer(
Pipeline([Resize(256, 256), CenterCrop(224, 224),
Expand Down

0 comments on commit a8ca7c5

Please sign in to comment.