HeloiseS / hoki

Bridging the gap between observation and theory
https://heloises.github.io/hoki/intro.html
BSD 3-Clause "New" or "Revised" License
47 stars 8 forks source link

[BPASS] Data Types in the individual stellar models #45

Closed RyotaInagaki1 closed 4 years ago

RyotaInagaki1 commented 4 years ago

In which specific columns of the .dat files representing the BPASS stellar models may there be non floating point values? What do those non-floating point values signify physically? From, Ryota Inagaki

HeloiseS commented 4 years ago

you might find inf in some columns

to solve this problem I recommend pandas utilities: pd.to_numeric([my_series], errors='coerce')