Warnings: Overwritten method definition and module Main conflict with existing identifier

How do I get rid of these warnings?

https://github.com/hpoit/DFactor.jl/blob/master/function%20DFmultiply.ipynb

This is function DFmultiply.

Thanks

You import the same file twice

https://github.com/hpoit/DFactor.jl/blob/master/src/FactorOperations.jl#L1

https://github.com/hpoit/DFactor.jl/blob/master/src/BN.jl#L3

1 Like