updated path to be relative
This commit is contained in:
parent
b5143c51d2
commit
89001d47a0
@ -9,7 +9,7 @@ def isFloat(num):
|
||||
except ValueError:
|
||||
return False
|
||||
|
||||
DATA_PATH = "C:\\Users\\Tom\\Desktop\\Files\\Repositories\\EV5_Beeldherk_Bomen\\src\\experiments\\algorithms\\data\\data.csv"
|
||||
DATA_PATH = "src\\experiments\\algorithms\\data\\data.csv"
|
||||
BARK_TYPES = 8
|
||||
|
||||
tot_mag = [["", []] for x in range(BARK_TYPES)]
|
||||
|
Loading…
Reference in New Issue
Block a user