Skip to content

Commit

Permalink
Update test/test_corner_detection.jl
Browse files Browse the repository at this point in the history
Co-authored-by: Tim Holy <[email protected]>
  • Loading branch information
yakir12 and timholy authored Dec 29, 2024
1 parent 38ab7e3 commit 6f782a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/test_corner_detection.jl
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ end

function get_list(file)
doc = read(file, LazyNode)
str = filter(('\"'), simple_value(doc[end][end]))
str = filter(('"'), simple_value(doc[end][end]))
list = Dict{String, String}()
for line in split(str, '\n')
img_file, data_file = split(line)
Expand Down

0 comments on commit 6f782a2

Please sign in to comment.