瀏覽代碼

changed paths

bscheibel 4 年之前
父節點
當前提交
efa8f96a47
共有 1 個文件被更改,包括 2 次插入3 次删除
  1. 2 3
      main.py

+ 2 - 3
main.py

@@ -8,9 +8,8 @@ import sys
 import csv
 import numpy as np
 
-with open('/home/bscheibel/PycharmProjects/clustering/config.txt', 'r') as file:
-    config_path = file.read()
-    print("Path: ", config_path)
+
+config_path = "/home/bscheibel/technical_drawings_extraction"
 
 
 def distance_knn(dm):