You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When using the orbit_grid function from the OrbitTomography package, the code fails if you try to calculate the jacobians, because the OrbitTomography Package calls OrbitPath(o.path,jacdets), and there is no function ready to handle an Orbit Path and an array
New OrbitPath function needed
Problem description
When using the orbit_grid function from the OrbitTomography package, the code fails if you try to calculate the jacobians, because the OrbitTomography Package calls
OrbitPath(o.path,jacdets)
, and there is no function ready to handle an Orbit Path and an arrayProposed solution
Modify lines 134 to 35 of
src/orbit.jl
as:The text was updated successfully, but these errors were encountered: