sblunt / orbitize

Orbit-fitting for directly imaged objects
https://orbitize.info
Other
74 stars 43 forks source link

Problem reading epoch in the input file. Epoch should be given in MJD #329

Closed AlessioPop closed 1 year ago

AlessioPop commented 1 year ago

reading epoch in the input file raises errors

I used the same Data provided by the documentation. If I mark the provided Data (MJD) with # in the CSV file I get an empty Table (see Image below).

helpYOU

Meaning that the path to the file is working properly. However, when using the provided Data (MJD) I get the following error:

helpihelpi

My System:

AlessioPop commented 1 year ago

orbitize does not support the latest version of numpy, so one should downgrade to an older version of numpy to solve this issue.

sblunt commented 1 year ago

Thanks for the bug report!

Addressed in PR #331. Thanks @tomasstolker!