run_all_tests.sh
ottojas opened this issue · 2 comments
One failure on current cloned code: Running on debian 10 (buster)
test_solidpython.py
..................................E....................
Found OpenSCAD code that's not compatible with Python.
Imported OpenSCAD code using or
can be accessed with or_ in SolidPython
Found OpenSCAD code that's not compatible with Python.
Imported OpenSCAD code using or
can be accessed with or_ in SolidPython
.
ERROR: test_offset_zero_delta (main.TestSolidPython)
Traceback (most recent call last):
File "test_solidpython.py", line 427, in test
scad_obj = eval(call_str)
File "", line 1, in
File "/home/otto/.local/lib/python3.7/site-packages/solid/objects.py", line 423, in init
raise ValueError("offset(): Must supply r or delta")
ValueError: offset(): Must supply r or delta
Ran 56 tests in 1.185s
FAILED (errors=1)
This sounded like a valid issue. Did you find some extra info about it that led you to close it?