Skip to content

Commit

Permalink
[Tests] we still need numpy matrices here
Browse files Browse the repository at this point in the history
  • Loading branch information
nim65s committed Feb 28, 2020
1 parent 1040f69 commit f0f6133
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion python/test/quick.py
Original file line number Diff line number Diff line change
@@ -1,8 +1,11 @@
import unittest

import eigenpy
from numpy import matrix

from libparametric_curves_pywrap import (curve_constraints, forcecurve, polynomial, spline)
from libparametric_curves_pywrap import curve_constraints, forcecurve, polynomial, spline

eigenpy.switchToNumpyMatrix()


class ParametricCurvesQuickTests(unittest.TestCase):
Expand Down

0 comments on commit f0f6133

Please sign in to comment.