We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents ac4c01e + 2df612f commit 1805197Copy full SHA for 1805197
src/main/scala/barrett/udf/GeometricMean.scala
@@ -93,7 +93,7 @@ class GeometricMean extends EvalFunc[jDouble] with Algebraic {
93
return new Initial().getClass.getCanonicalName
94
}
95
def getIntermed() : String = {
96
- return new IntermediateA().getClass.getCanonicalName
+ return new Intermediate().getClass.getCanonicalName
97
98
def getFinal() : String = {
99
return new Final().getClass().getCanonicalName
0 commit comments