Skip to content

Commit a3e8b7c

Browse files
committed
Adds geometry-related functions & tests
1 parent f99db08 commit a3e8b7c

File tree

2 files changed

+2
-6
lines changed

2 files changed

+2
-6
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "osut"
3-
version = "0.6.0a1"
3+
version = "0.6.0a2"
44
description = "OpenStudio SDK utilities for Python"
55
readme = "README.md"
66
requires-python = ">=3.2"

tests/test_osut.py

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -27,14 +27,10 @@
2727
# OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
2828
# OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
2929

30-
import sys
31-
sys.path.append("./src/osut")
32-
33-
import os
3430
import math
3531
import unittest
3632
import openstudio
37-
import osut
33+
from src.osut import osut
3834

3935
DBG = osut.CN.DBG
4036
INF = osut.CN.INF

0 commit comments

Comments
 (0)