Problems running the test files

python test_tet_torus.py 
Traceback (most recent call last):
  File "test_tet_torus.py", line 35, in <module>
    main()
  File "test_tet_torus.py", line 17, in main
    closure=EXT_CLOSED_IN_RZ, radial_subdiv=20)
ValueError: too many values to unpack

I get this error when I run any of:

test_ball.py
test_tetgen_2.py
test_tet_torus.py

Also,

python test_triangle.py 
terminate called after throwing an instance of 'boost::python::error_already_set'
Aborted

I was under the impression that make ran fine. Has anyone else run into this?

Comment viewing options

Select your preferred way to display the comments and click "Save settings" to activate your changes.

Can't reproduce here. What version of meshpy?