On Wed, Nov 16, 2016 at 6:50 PM, Kevin Liu <[email protected]> wrote:
> From this issue https://github.com/JuliaPy/PyPlot.jl/issues/157 I understand
^^ This is irrelevant unless you are using PyCall
>
> `Factor[:FactorMargin](A, Remove_var, Remain_var, Remove_dims, Remain_dims)`
> (line 85 of FactorOperations.jl) should pass, as it does on Atom, but not on
> the REPL, which throws
>
> Got an exception of type ErrorException outside of a @test
>
> type DataType has no field FactorMargin
>
> in FactorDropMargin(::BN.Factor, ::Array{String,1}) at
> /Users/Corvus/.julia/v0.5/BN/src/FactorOperations.jl:85
Impossible to tell without code.
>
>
> Help, please.