Open chenkasirer opened 10 months ago
could be sorted
with the zip
there is behaving differently in CPython vs. IronPython (or just 2.7 vs. 3)
this function only returns the planes anyways, so we can just sort planes with planes_angles
as key. I think that's how I did it in the other laps. I'll change it real quick
How do I test with CPython?
@chenkasirer maybe you can test it real quick. I just changed it
yup seems to have worked. I wrote a few unittests you can find them in tests/compas_timber/
you run them using invoke test
and they should all pass.
When opening a PR or when pushing new commits to it, it'll run them automatically as Github Actions.
You can click on Details
next to an action that failed to checkout why it failed. All checks should be green before we can merge.
Tried writing unittests for the half lap joint and couldn't get it to run just with code (CPython) Inside Rhino it seems to be running fine.