Skip to content

Commit 08abf6c

Browse files
committed
Minors documentation.
1 parent e95853d commit 08abf6c

2 files changed

Lines changed: 3 additions & 2 deletions

File tree

src/main/helper.jl

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,13 +122,14 @@ function represent_edges(graph)
122122
end
123123

124124
"""
125-
create_auxdata(param, graph, I)
125+
create_auxdata(param, graph, edges, I)
126126
127127
Creates the auxdata structure that contains all the auxiliary parameters for estimation
128128
129129
# Arguments
130130
- `param`: structure that contains the model's parameters
131131
- `graph`: structure that contains the underlying graph (created by create_graph function)
132+
- `edges`: structure that contains the edges of the graph (created by represent_edges function)
132133
- `I`: provides the current JxJ symmetric matrix of infrastructure investment
133134
134135
# Output

src/main/plot_graph.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ Plot a graph visualization with various styling options.
4545
- `geography=nothing`: Dict or NamedTuple with geography data, see also `apply_geography()`
4646
- `obstacles::Bool=false`: Show obstacles from geography
4747
- `obstacle_color::Symbol=:black`: Color for obstacles
48-
- `obstacle_thickness::Symbol=3`: Thickness for obstacles
48+
- `obstacle_thickness::Real=3`: Thickness for obstacles
4949
5050
# Examples
5151
```julia

0 commit comments

Comments
 (0)