Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
zhengruifeng committed Jan 25, 2025
1 parent 23b3b82 commit 8475f41
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/pyspark/ml/tests/test_feature.py
Original file line number Diff line number Diff line change
Expand Up @@ -574,7 +574,7 @@ def test_imputer(self):
self.assertEqual(output.count(), 5)

# save & load
with tempfile.TemporaryDirectory(prefix="word2vec") as d:
with tempfile.TemporaryDirectory(prefix="imputer") as d:
imputer.write().overwrite().save(d)
imputer2 = Imputer.load(d)
self.assertEqual(str(imputer), str(imputer2))
Expand Down

0 comments on commit 8475f41

Please sign in to comment.