langfzac / Photodynamics.jl

Photodynamics for multi-body systems.
MIT License
2 stars 0 forks source link

Issue with "full lightcurve" testing. #32

Open langfzac opened 1 year ago

langfzac commented 1 year ago

Right now, the jacobian of the full lightcurve doesn't match the finite differences at/around the points of contact. The lower level code works (ie. passes tests), which seems to indicate either 1) the finite differences are inaccurate or 2) there's a strange bug somewhere in the top-level function compute_lightcurve!.

ericagol commented 1 year ago

Can you share a minimum working example?