Skip to content

Commit

Permalink
migrates tests
Browse files Browse the repository at this point in the history
  • Loading branch information
dogukankaratas committed Jan 23, 2025
1 parent 989c975 commit 7a291ce
Show file tree
Hide file tree
Showing 35 changed files with 36 additions and 4,179 deletions.
9 changes: 9 additions & 0 deletions src/specklepy/objects/tests/asdasd.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
from specklepy.objects.geometry import Point, Line
from specklepy.objects.models.units import Units

p_1 = Point(x=0, y=0, z=0, units=Units.m)
p_2 = Point(x=3, y=0, z=0, units=Units.m)

line = Line(start=p_1, end=p_2, units=Units.m)
line.length = line.calculate_length()
print(line.length)
15 changes: 0 additions & 15 deletions src/specklepy/objects_v2/GIS/CRS.py

This file was deleted.

24 changes: 0 additions & 24 deletions src/specklepy/objects_v2/GIS/__init__.py

This file was deleted.

74 changes: 0 additions & 74 deletions src/specklepy/objects_v2/GIS/geometry.py

This file was deleted.

142 changes: 0 additions & 142 deletions src/specklepy/objects_v2/GIS/layers.py

This file was deleted.

23 changes: 0 additions & 23 deletions src/specklepy/objects_v2/__init__.py

This file was deleted.

Loading

0 comments on commit 7a291ce

Please sign in to comment.