mirror of
https://github.com/JustinSDK/dotSCAD.git
synced 2025-09-02 03:02:34 +02:00
use new assertEqualPoints
This commit is contained in:
@@ -17,11 +17,8 @@ module test_bezier_curve() {
|
|||||||
actual = bezier_curve(t_step,
|
actual = bezier_curve(t_step,
|
||||||
[p0, p1, p2, p3]
|
[p0, p1, p2, p3]
|
||||||
);
|
);
|
||||||
|
|
||||||
// round_echo_pts(actual, float_digits = 3);
|
|
||||||
|
|
||||||
assertEqualPoints(expected, actual, float_digits = 3);
|
assertEqualPoints(expected, actual);
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
test_bezier_curve();
|
test_bezier_curve();
|
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user