Skip to content

Commit

Permalink
Limited breeze imports to avoid conflict in namespace with TF
Browse files Browse the repository at this point in the history
  • Loading branch information
mandar2812 committed Nov 9, 2017
1 parent 87056f6 commit 8926071
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion conf/DynaMLInit.scala
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
import ammonite.ops._
import ammonite.ops.ImplicitWd._
//Import breeze for linear algebra
import breeze.linalg._
import breeze.linalg.{DenseVector, DenseMatrix, diag}
import breeze.stats.distributions._
//Apache Spark for big data support
import org.apache.spark.SparkContext
Expand Down
2 changes: 1 addition & 1 deletion src/main/resources/DynaMLInit.scala
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
//Ammonite imports
import ammonite.ops._
//Import breeze for linear algebra
import breeze.linalg._
import breeze.linalg.{DenseVector, DenseMatrix, diag}
import breeze.stats.distributions._
//Apache Spark for big data support
import org.apache.spark.SparkContext
Expand Down

0 comments on commit 8926071

Please sign in to comment.