Skip to content

Commit

Permalink
Update EU data with rep-periods-data.csv (#365)
Browse files Browse the repository at this point in the history
  • Loading branch information
abelsiqueira committed Dec 15, 2023
1 parent c07ff22 commit 0278d44
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 3 deletions.
6 changes: 3 additions & 3 deletions benchmark/EU/rep-periods-data.csv
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
,hours,,hours
id,weight,num_time_steps,resolution
1,1,8760,1.0
,,hours
id,num_time_steps,resolution
1,8760,1.0
3 changes: 3 additions & 0 deletions benchmark/EU/rep-periods-mapping.csv
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
,,
period,rep_period,weight
1,1,1.0
4 changes: 4 additions & 0 deletions test/runtests.jl
Original file line number Diff line number Diff line change
Expand Up @@ -22,3 +22,7 @@ end
include(joinpath(@__DIR__, "..", "benchmark", "benchmarks.jl"))
@test SUITE !== nothing
end

@testset "Ensuring EU data can be read" begin
create_graph_and_representative_periods_from_csv_folder(joinpath(@__DIR__, "../benchmark/EU/"))
end

0 comments on commit 0278d44

Please sign in to comment.