You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've tried to compile your code, but it fails due to a forward reference of k
[info] Compiling 4 Scala sources to /Users/muldert/Sources/glint-fm/target/scala-2.10/classes...
[error] .../glint-fm/src/main/scala/com/github/mlnick/glintfm/GlintFM.scala:187: forward reference extends over definition of value x$7
[error] val randV = BDM.rand(localVDim, k, Rand.gaussian(0.0, initStd))
[error] ^
[error] one error found
[error] (compile:compileIncremental) Compilation failed
The text was updated successfully, but these errors were encountered:
Very rough is good enough for now, just wanted to look at your code, after viewing your presentation you gave at Spark Summit. Nice response time on the reported issue ;)
I've tried to compile your code, but it fails due to a forward reference of
k
The text was updated successfully, but these errors were encountered: