Skip to content

Commit

Permalink
fix: typo
Browse files Browse the repository at this point in the history
  • Loading branch information
CharlyAL15 committed May 22, 2024
1 parent 675fc2f commit 13e1e7c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/io/read_rawgo.jl
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ function _add_gencost_data!(network, case_dict)
end


function read_rawgo(path::AbstractPath)
function read_rawgo(path::AbstractString)
file = read(open(path, "r"), String)
lines = split(file, '\n')
network = PowerFlowNetwork()
Expand Down

0 comments on commit 13e1e7c

Please sign in to comment.