reedessick / universality

an investigation into the application of universal, EOS-independent relations in Gravitational Wave astronomy
MIT License
3 stars 2 forks source link

weigh_samples produces nans #17

Open reedessick opened 5 years ago

reedessick commented 5 years ago

for anything that isn't a float in the input file (e.g.: EoSdir). This should be fixable without too much work.

reedessick commented 5 years ago

this is associated with the delegation to np.genfromtxt, so we'll probably have to replace that entirely with something like what we end up wanting. Note, when we're tackling this we might as well also tackle #15 .