Skip to content

Commit 80795d7

Browse files
committed
test refactor
1 parent 66d44e9 commit 80795d7

File tree

2 files changed

+175
-232
lines changed

2 files changed

+175
-232
lines changed

python/sparkdl/transformers/param.py

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,8 @@
3131
from sparkdl.graph.input import TFInputGraph, TFInputGraphBuilder
3232

3333
########################################################
34-
# Copied from PySpark for backward compatibility. First in Apache Spark version 2.1.1.
34+
# Copied from PySpark for backward compatibility.
35+
# They first appeared in Apache Spark version 2.1.1.
3536
########################################################
3637

3738
def keyword_only(func):
@@ -99,7 +100,7 @@ def getOutputCol(self):
99100

100101

101102
########################################################
102-
# New in sparkdl: TensorFlow Specific Parameters
103+
# New in sparkdl
103104
########################################################
104105

105106
class SparkDLTypeConverters(object):

0 commit comments

Comments
 (0)