updated path to be relative
This commit is contained in:
parent
b5143c51d2
commit
89001d47a0
@ -9,7 +9,7 @@ def isFloat(num):
|
|||||||
except ValueError:
|
except ValueError:
|
||||||
return False
|
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
|
BARK_TYPES = 8
|
||||||
|
|
||||||
tot_mag = [["", []] for x in range(BARK_TYPES)]
|
tot_mag = [["", []] for x in range(BARK_TYPES)]
|
||||||
|
Loading…
Reference in New Issue
Block a user