Jonathan Feinberg
Jonathan Feinberg
I just made a new release of chaospy version 4.3.11. It contains an PCE specific implementation of the Sobol indices that you can try out: `chaospy.FirstOrderSobol`, `chaospy.SecondOrderSobol` and `chaospy.TotalOrderSobel`. They...
Yeah, you are right. The formula is incorrect for the numerator `D`. Thanks for taking the time to figure out my mistake. I've made a fix and a dev release....
Yeah there was a bug, but I had to stare at the code a bit to spot the error. I'vev made a patch now in 4.3.13. Lets hope all the...
Latin-hypercube sampling is a method for make the samples more spread out. It is size-dependent, so you should expect to get a stronger effect with 600 than you get for...
I have the same issue on MacOS. Workaround also work, but not with Noice unfortunatly. It forces traditional cmd mode.
I do not think that is the problem. The installation environment I installed Hydra in is clean. Only `pip install hydra` has been run: ``` [jonathfe:~/onco/binding] [.py36] $ .py36/bin/pip freeze...
I've tested docker and conda container and there it seems to work. But native python and virtualenv is a no-go. For what it is worth, I am running Ubuntu 17.04....
Good to hear. Mind pointing me in the direction of the v3 parser work (if it is published/in a pr)?
I have migrated to v3 just now and unfortunatly the issue stills persists. If there is a new v3 way to get around it, please let us know. If not,...
Not exactly the same, but maybe related: 0xAdk/full_visual_line.nvim/issues/4.