M S

Results 4 issues of M S

Since the recent updates, `setup.py` fails if the compiler doesn't have C++11 support (and seems to prefer C++14). Unfortunately, on one of the clusters I don't have C++0x support, with...

``` def forward_radius(Flux, Mass, A_const=A, C_const=C, sw=log_switchpoint): if(Flux < 10**sw.value): muR = C_const print('THERE') else: muR = A_const*log10(Flux) + C_const - A_const*sw print('HERE') return muR R = np.empty(N, dtype=object) for...

When I try to import pyde.de, I get the error: ``` ---> 14 from pyde.de import DiffEvol 15 import emcee 16 import corner /home/marko/anaconda3/lib/python3.5/site-packages/pyde/de.py in () 9 import numpy as...

bug

I have this extension installed and it doesn't seem to work with python, where I assume that I need to trigger the IntelliSense the standard way with `Ctrl+Space`. Alternatively, it's...