Re: [julia-users] Memory allocation issue when using external packages in module

2016-10-14 Thread Yichao Yu
On Fri, Oct 14, 2016 at 4:14 AM, Jan wrote: > Thanks for the hint. That seems to be the reason! > > I have a couple of follow up questions so that I learn more about Julia. > Would be nice if someone takes a couple of minutes to educate me. > > I found a simple example

Re: [julia-users] Memory allocation issue when using external packages in module

2016-10-14 Thread Jan
Thanks for the hint. That seems to be the reason! I have a couple of follow up questions so that I learn more about Julia. Would be nice if someone takes a couple of minutes to educate me. I found a simple example reproducing my issue: module FooBar # Including BlackBoxOptim causes type

Re: [julia-users] Memory allocation issue when using external packages in module

2016-10-13 Thread Yichao Yu
Likely https://github.com/JuliaLang/julia/issues/18465 On Thu, Oct 13, 2016 at 11:56 AM, Jan wrote: > Hi! > > I´ve tried to reduce my problem to a smaller one, but I didn´t succeed. > However, I hope someone can help me even though the problem description is > a bit

[julia-users] Memory allocation issue when using external packages in module

2016-10-13 Thread Jan
Hi! I´ve tried to reduce my problem to a smaller one, but I didn´t succeed. However, I hope someone can help me even though the problem description is a bit long and involves github. To summerize my problem: when I include one external package (BlackBoxOptim) in my module one of my functions