SolidCode / SolidPython

A python frontend for solid modelling that compiles to OpenSCAD
1.1k stars 172 forks source link

run_all_tests.sh #154

Closed ottojas closed 3 years ago

ottojas commented 3 years ago

One failure on current cloned code: Running on debian 10 (buster)

testsolidpython.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)

etjones commented 3 years ago

This sounded like a valid issue. Did you find some extra info about it that led you to close it?

ottojas commented 3 years ago

It would have been an issue but, I was running tests against my pip installed version. I uninstalled the pip version and reinstalled it and the newer version worked fine. I have now stumbled at least twice on git hub and am beginning to feel more and more exposed and less and less competent. Oh well, so goes life (or at least programming!)

Regards Otto

On Mon, 27 Jul 2020 17:17:06 -0700 Evan Jones notifications@github.com wrote:

This sounded like a valid issue. Did you find some extra info about it that led you to close it?