Skip to content

Commit 84da63f

Browse files
committed
Clarification.
1 parent d10ee3f commit 84da63f

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

src/main/create_graph.jl

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,9 @@ Initialize the underlying graph, population and productivity parameters.
2323
- `Lr::Vector{Float64}`: Vector of populations in each region (r = 1:nregions) (only for partial mobility)
2424
- `region::Vector{Int64}`: Vector indicating region of each location (only for partial mobility)
2525
26+
# Notes
27+
- `create_graph()` will overwrite any parameters `Zjn`, `Lj`, `Hj`, `omega`, `Lr`, already set in the `param` Dict with the default values. So these values should be set inside `create_graph()`, or after `create_graph()` has been called.
28+
2629
# Examples
2730
```julia
2831
param, graph = create_graph(init_parameters())

0 commit comments

Comments
 (0)