mberat

Results 10 comments of mberat

Hi thanks for the reply! I think, the reason is related to a memory leak. Is there a solution for the memory leak problem you are referring to in JuliaCall?

Thanks again for the quick reply. I will be running a working example in Julia and see if it persists there. As for the contents of the code. Indeed, I'm...

Ok, here is the reproducible example I can share that I created in R. The resulting plot of how much the computation takes is as follows: ![image](https://user-images.githubusercontent.com/11310668/94757268-c2399300-0367-11eb-8678-fab5988b05c6.png) As you can...

Update: I have run a similar optimization in Julia and there is now slowdown there. So I think the problem is really somewhere in JuliaCall.

Absolutely, thanks for taking the time to look at it! I just finished implementing the way you described and running a test experiment. It worked wonders! I can say with...

Hi, I'm having a similar issue in MacOSX though, I'm using R 3.6.1 with Julia version 1.0.5, When I run: `julia

Yes, I believe I did. For Python (3.10) I downloaded and installed **"macOS 64-bit universal2 installer"** For Julia (1.9.1) I downloaded and installed **"macOS (Apple Silicon)"** Can't these be confirmed...

Any suggestion as to how I can correct this?

I'm using PyCharm, and creating a virtual environment using its environment/interpreter settings.

You were right! I ran the same code without using PyCharm using terminal and I don't get the error. Interesting. I assume you wouldn't have any advice on making PyCharm...