Skip to content

Commit

Permalink
Misc fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
mhamilton723 authored and elibarzilay committed Feb 23, 2018
1 parent e9f67ab commit 4413771
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions src/codegen/src/main/scala/PySparkWrapperTest.scala
Expand Up @@ -268,9 +268,10 @@ class PySparkTransformerWrapperTest(entryPoint: Transformer,
case "ComputePerInstanceStatistics" => computeStatisticsString(entryPointName)
case "IndexToValue" => indexToValueString(entryPointName)
case "ValueIndexerModel" => valueIndexerModelString(entryPointName)
case "_CNTKModel" | "_UDFTransformer" | "FastVectorAssembler" | "MultiNGram" | "ImageFeaturizer"
| "_ImageFeaturizer" | "_ImageTransformer" | "UnrollImage" | "HashTransform" | "Timer"
| "StopWordsRemoverTransform" | "ImageSetAugmenter"
case "_CNTKModel" | "FastVectorAssembler" | "_UDFTransformer"
| "MultiNGram" | "ImageFeaturizer" | "_ImageFeaturizer"
| "_ImageTransformer" | "UnrollImage" | "HashTransform" | "Timer"
| "StopWordsRemoverTransform" | "ImageSetAugmenter" | "PowerBITransformer"
=> ""
case _ =>
tryFitSetupTemplate(entryPointName) + tryTransformString(entryPointName)
Expand Down

0 comments on commit 4413771

Please sign in to comment.