Skip to content

Commit a82815e

Browse files
authored
Merge branch 'master' into model_GIS_data
2 parents ab1a965 + 8fd5c72 commit a82815e

File tree

3 files changed

+3
-5
lines changed

3 files changed

+3
-5
lines changed

.DS_Store

0 Bytes
Binary file not shown.

docs/src/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -185,7 +185,7 @@ $$\sum_{n∈N,t} p_{g,n,t} ≤ μ\sum_{g∈G^r,n,t} p_{g,n,t} + \sum_{n∈N,t} h
185185

186186
Carbon cap
187187

188-
$$\sum_{g} E_g \sum_{n∈N,t} \frac{p_{g,n,t}}{e_g} ≤ R_E(1 - C_E) \tag{g5}$$
188+
$$\sum_{g} E_g \sum_{n∈N,t} \frac{p_{g,n,t}}{e_g} ≤ R_E (1 - C_E) \tag{g5}$$
189189

190190

191191
### Shedding

src/io.jl

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -25,11 +25,9 @@ end
2525
# Arguments
2626
- `DataInput_path::AbstractString`: Path to the instance directory.
2727
"""
28-
## Params for small instance
28+
function Params(DataInput_path::AbstractString, Instances_path::AbstractString)
2929

30-
function Params(DataInput_path::AbstractString, instances_path::AbstractString)
31-
32-
# Load indexes and constant parameters
30+
# Load indexes and constant parameters
3331
indices = JSON.parsefile(joinpath(instances_path, "indices.json"))
3432

3533
# TODO: implement time period clustering: T, τ_t

0 commit comments

Comments
 (0)