Skip to content

Commit 2c50a52

Browse files
fixup! fixup! refactor: rework timeseries parameter indexing API
1 parent eaf4601 commit 2c50a52

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test/parameter_timeseries_collection_test.jl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ ptc = ParameterTimeseriesCollection(collection, ps)
2323
@test [x for x in ptc] == [a_timeseries, b_timeseries, c_timeseries]
2424
@test length(ptc) == 3
2525
@test parent(ptc) === collection
26+
@test parameter_values(ptc) === ps
2627

2728
for i in 1:3
2829
@test ptc[i] === collection[i]

0 commit comments

Comments
 (0)