Skip to content

Commit

Permalink
Add test.
Browse files Browse the repository at this point in the history
  • Loading branch information
joa-quim committed Oct 4, 2024
1 parent 216b7f0 commit fbf0454
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion test/test_utils.jl
Original file line number Diff line number Diff line change
Expand Up @@ -31,5 +31,7 @@
x2, y2, R2, err2 = circfit(x, y, taubin=true)
return [x y], x1, y1, R1, err1, x2, y2, R2, err2
end
test_circfit();
test_circfit();

A, B, C, D = GMT.eq_plane(0, 45, 10);
end

0 comments on commit fbf0454

Please sign in to comment.