質問編集履歴

2

ソースコードに誤りがあったため修正

2018/02/09 01:07

投稿

cherrypi42
cherrypi42

スコア7

test CHANGED
File without changes
test CHANGED
@@ -64,7 +64,7 @@
64
64
 
65
65
  hull = ConvexHull(points)
66
66
 
67
- fig = convex_hull_plot_2d(tri)
67
+ fig = convex_hull_plot_2d(hull)
68
68
 
69
69
  print(hull.vertices)
70
70
 

1

一部修正

2018/02/09 01:07

投稿

cherrypi42
cherrypi42

スコア7

test CHANGED
File without changes
test CHANGED
@@ -44,7 +44,7 @@
44
44
 
45
45
 
46
46
 
47
- OSError: Failed to open file b'C:\Users\\xe6\x9d\xbe\xe8\x91\x89\xe6\xb6\xbc\xe8\xbc\x94\AppData\Local\Temp\qhull-err-n4uu8goh'
47
+ OSError: Failed to open file b'C:\Users\\xe6...\AppData\Local\Temp\qhull-err-n4uu8goh'
48
48
 
49
49
 
50
50