From ecf8c73e7a461a31932e7371d3de019605e1f4b1 Mon Sep 17 00:00:00 2001 From: Thibault Lestang Date: Fri, 16 Jul 2021 18:25:35 +0100 Subject: [PATCH] [debug] Where are we? --- tests/test_intersections.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tests/test_intersections.py b/tests/test_intersections.py index 7fbc71b..efa99ee 100644 --- a/tests/test_intersections.py +++ b/tests/test_intersections.py @@ -4,6 +4,8 @@ import sys +import os +print("CWD = ", os.getcwd()) # TODO: Update setup script to install extension module sys.path.append("build") import intersections