Hi, I've been trying to use ecliptic frames but unfortunately seem to be getting this error:
ERROR: MethodError: no method matching _vector3_forward(::FrameSystem{…}, ::Vector{…}, ::FrameTransformations.FramePointNode{…}, ::Float64)
The function `_vector3_forward` exists, but no method is defined for this combination of argument types.
Closest candidates are:
_vector3_forward(::FrameSystem, ::FrameTransformations.FramePointNode, ::Vector{Int64}, ::Number)
For this case the code I used is (with DE440 ephemeris object as eph):
Hi @jackyarndley, FYI I finally had the chance to push the branch relative to v3.0. It needs some tests still and I would like to polish some parts before the release.
Hi, I've been trying to use ecliptic frames but unfortunately seem to be getting this error:
For this case the code I used is (with DE440 ephemeris object as
eph
):I'm pretty sure this isn't just on my end so checking it out would be much appreciated. Thanks.