Skip to content

Commit 8b7757f

Browse files
committed
print out where igl is found in test [ci skip]
1 parent b434a0a commit 8b7757f

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

tests/test_basic.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
import platform
44

55
import igl
6+
print("Using igl found at: ",igl.__file__)
67
import igl.triangle
78
import igl.copyleft.cgal
89
import numpy as np

0 commit comments

Comments
 (0)