mirror of
https://github.com/ANL-CEEESA/RELOG.git
synced 2025-12-08 16:38:51 -06:00
Validate timeseries length
This commit is contained in:
@@ -71,5 +71,9 @@ using RELOG
|
||||
@test plant.disposal_limit[p3] == [1e8, 1e8]
|
||||
@test plant.disposal_limit[p4] == [0, 0]
|
||||
end
|
||||
|
||||
@testset "validate timeseries" begin
|
||||
@test_throws String RELOG.load("fixtures/s1-wrong-length.json")
|
||||
end
|
||||
end
|
||||
|
||||
|
||||
Reference in New Issue
Block a user