Skip to content

Commit

Permalink
changes to get_pol_data
Browse files Browse the repository at this point in the history
  • Loading branch information
mattsignorelli committed Dec 4, 2023
1 parent 6d48ef0 commit 7843197
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Tao.jl
Original file line number Diff line number Diff line change
Expand Up @@ -428,7 +428,7 @@ function get_pol_data(lat)
return
end

pol_data_dlm = readlm("$(path)/pol_data.dlm", pol_data_dlm, ';')[:,2:end]
pol_data_dlm = readlm("$(path)/pol_data.dlm", ';')[:,2:end]

return PolData( pol_data_dlm[1,:],
pol_data_dlm[2,:],
Expand Down

0 comments on commit 7843197

Please sign in to comment.