Skip to content

Commit 0a2e686

Browse files
authored
Merge pull request #20 from SebKrantz/development
Development
2 parents 5df218d + c30b944 commit 0a2e686

2 files changed

Lines changed: 1 addition & 2 deletions

File tree

examples/paper_example04.jl

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,6 @@ for s in simulation
119119
geography = geographies[Symbol(s)], obstacles = obstacles[i] == "on",
120120
mesh = true, mesh_transparency = 0.2,
121121
node_sizes = sizes, node_shades = shades,
122-
node_color = :seismic,
123122
edge_min_thickness = 1, edge_max_thickness = 4)
124123
title!(plots[i], "Geography $(s)")
125124
end

src/main/helper.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -206,7 +206,7 @@ end
206206
"""
207207
get_model(auxdata)
208208
209-
Construct the appropriate JuMP model based on the parameters and auxiliary data.
209+
Construct the appropriate JuMP model based on the auxiliary data.
210210
211211
# Arguments
212212
- `auxdata`: Auxiliary data required for constructing the model (created by `create_auxdata()`).

0 commit comments

Comments
 (0)