Skip to content

Commit

Permalink
Better warning
Browse files Browse the repository at this point in the history
  • Loading branch information
cfe316 committed Dec 3, 2023
1 parent b3c5a09 commit 06da7b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/load_inputs/load_network_data.jl
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@ function load_network_map(network_var::DataFrame, Z, L)
end

function network_map_matrix_format_deprecation_warning()
@warn """Loading the network map in a matrix format is deprecated as of v0.4
@warn """Specifying the network map as a matrix is deprecated as of v0.4
and will be removed in v0.5. Instead, use the more compact list-style format.
..., Network_Lines, Start_Node, End_Node, ...
Expand Down

0 comments on commit 06da7b4

Please sign in to comment.