Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
N
ndcurves
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
loco-3d
ndcurves
Commits
b1e1168a
Commit
b1e1168a
authored
4 years ago
by
Steve T
Browse files
Options
Downloads
Patches
Plain Diff
merge with constraints test
parent
eaf88d09
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Pipeline
#13348
failed
4 years ago
Stage: test
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
python/test/test-curve-constraints.py
+1
-1
1 addition, 1 deletion
python/test/test-curve-constraints.py
tests/test-curve-constraints.cpp
+3
-3
3 additions, 3 deletions
tests/test-curve-constraints.cpp
with
4 additions
and
4 deletions
python/test/test-curve-constraints.py
+
1
−
1
View file @
b1e1168a
...
...
@@ -3,7 +3,7 @@
import
unittest
import
curves
from
curves
import
curve_constraints
from
nd_
curves
import
curve_constraints
import
numpy
as
np
import
pickle
from
numpy
import
array
,
isclose
,
array_equal
...
...
This diff is collapsed.
Click to expand it.
tests/test-curve-constraints.cpp
+
3
−
3
View file @
b1e1168a
#define BOOST_TEST_MODULE test_curve_constraints
#include
"curves/fwd.h"
#include
"curves/bezier_curve.h"
#include
"
nd_
curves/fwd.h"
#include
"
nd_
curves/bezier_curve.h"
#include
<boost/test/included/unit_test.hpp>
using
namespace
curves
;
using
namespace
nd_
curves
;
BOOST_AUTO_TEST_SUITE
(
BOOST_TEST_MODULE
)
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment