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

BUG: fix colnames in SpectraCompiler. #59

Closed findesgh closed 4 years ago

findesgh commented 4 years ago

Fixes column pandas column names used in `SpectraCompiler.

I think this fixes a bug, loading did not work for me otherwise.

maxbriel commented 4 years ago

Thank you for your bug fix! I noticed the same bug after your last pull request and have pushed a solution that uses the hoki conventions in this commit.

I did notice your usage of np.empty, which is great! I should have thought of that sooner.

findesgh commented 4 years ago

Got it. Should've pulled from upstream before testing.