Skip to content

Commit 762bd22

Browse files
committed
Cleanup tests
1 parent 9ea0eee commit 762bd22

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

gscrew/screw.py

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -363,12 +363,3 @@ def comoment(coscrew: CoScrew, screw: Screw):
363363
"""
364364
return ((-coscrew.direction.grade_involution() * screw.moment.grade_involution())(0)
365365
+ (screw.direction * coscrew.moment)(0))
366-
367-
if __name__ == "__main__":
368-
from geometric_algebra import GeometricAlgebra, MultiVector
369-
ga = GeometricAlgebra(3)
370-
locals().update(ga.blades)
371-
372-
screw = Screw(e1, s + 2*e1, 0*s)
373-
screw.show()
374-
screw.show(e2)

0 commit comments

Comments
 (0)