sblunt / orbitize

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

fix orbitize tests #338

Closed semaphoreP closed 1 year ago

semaphoreP commented 1 year ago

The truth values have an extra 1/sqrt(2pi) that we aren't accounting for. I multiplied it to the truth values and the test should pass now.

semaphoreP commented 1 year ago

I also fixed the REBOUND test that is crashing for code/astro participants

sblunt commented 1 year ago

Thanks very much Jason! I'm still setting up the new CI system so CI tests aren't passing on this PR, but pytests just went through on my machine with python 3.10. I forked a copy of ptemcee in order to make it compatible with python 3.10, which as we discussed offline we are seeing as a medium-term solution to ptemcee no longer being maintained. Long-term solution is more and better backend algorithms!