Skip to content

Commit

Permalink
Merge pull request TUMFTM#5 from lhmwtum/patch-1
Browse files Browse the repository at this point in the history
Closes TUMFTM#3
  • Loading branch information
heilmeiera authored Feb 27, 2021
2 parents 0430900 + 1388f59 commit 330fe32
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frictionmap/src/reftrack_functions.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ def load_reftrack(path2track: str) -> np.array:
"""

with open(path2track, 'r') as fh:
reftrack = np.genfromtxt(fh, delimiter=';')
reftrack = np.genfromtxt(fh, delimiter=',')

return reftrack

Expand Down

0 comments on commit 330fe32

Please sign in to comment.