Skip to content

Commit

Permalink
Merge pull request #20 from SebKrantz/development
Browse files Browse the repository at this point in the history
Development
  • Loading branch information
SebKrantz authored Sep 16, 2024
2 parents 5df218d + c30b944 commit 0a2e686
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion examples/paper_example04.jl
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,6 @@ for s in simulation
geography = geographies[Symbol(s)], obstacles = obstacles[i] == "on",
mesh = true, mesh_transparency = 0.2,
node_sizes = sizes, node_shades = shades,
node_color = :seismic,
edge_min_thickness = 1, edge_max_thickness = 4)
title!(plots[i], "Geography $(s)")
end
Expand Down
2 changes: 1 addition & 1 deletion src/main/helper.jl
Original file line number Diff line number Diff line change
Expand Up @@ -206,7 +206,7 @@ end
"""
get_model(auxdata)
Construct the appropriate JuMP model based on the parameters and auxiliary data.
Construct the appropriate JuMP model based on the auxiliary data.
# Arguments
- `auxdata`: Auxiliary data required for constructing the model (created by `create_auxdata()`).
Expand Down

0 comments on commit 0a2e686

Please sign in to comment.