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
In the utils.jl file, the function to_points is not working properly. In addition to fixing it, it would be helpful to add an optional argument "repeat_last" which is a boolean. This boolean would specify whether or not to_points returns an array where the first and the last point are the same or not. If "repeat_last" = true, then if the first and last point are not already the same, to_point adds the first point again to the end of the array.
The text was updated successfully, but these errors were encountered:
In the utils.jl file, the function to_points is not working properly. In addition to fixing it, it would be helpful to add an optional argument "repeat_last" which is a boolean. This boolean would specify whether or not to_points returns an array where the first and the last point are the same or not. If "repeat_last" = true, then if the first and last point are not already the same, to_point adds the first point again to the end of the array.
The text was updated successfully, but these errors were encountered: