Skip to content

Compilation doesn't work due to forward reference of variable #1

@darkseed

Description

@darkseed

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions