Closed cromachina closed 2 years ago
Minimal example of the issue:
>>> from solid2 import * >>> rotate(1.0, [0,0,1]) rotate(a = [1.0000000000], v = [0, 0, 1]);
This should instead produce:
rotate(a = 1.0000000000, v = [0, 0, 1]);
I guess it's fixed. Check out the head of https://github.com/jeff-dh/SolidPython/tree/master-2.0.0-beta-dev
Seems to work, thanks! 👍
Minimal example of the issue:
This should instead produce: