jmllorens
jmllorens
I have started to implement the dynamic version of pdd. This is the branch in my fork: [https://github.com/jmllorens/solcore5/tree/dynamic_dd](dynamic_dd)
> Hello everyone, > > I'm sorry in advance for such a naive question, but I just began using the software and I'm kinda lost with it. > My question...
In my case, I directly get `IndexError`. Would be great to get it fixed.
@kwrobert After sending the pull request I noticed that some of functions which still use the old API are not working properly. For example, I fixed `S4Sim_SetRegionCircle` in my fork,...
Hi Dylan, There is a small mess in S4 with the python interface. I use the commit "ca2b90". The following script works for me as expected. Hope that helps. ```...
I think you are doing right. If you check the value of p1 in the `_objfun_impl`, you will see that it has the value passed when the object was instantiated:`...
Hi Martin, I compile PyGMO 1 in 16.04 without any problem. This is the output of `ldd ./core/_core.so`. The only library in my $HOME is libpagmo, the rest are system...