Skip to content

Commit

Permalink
fixup! fixup! refactor: rework timeseries parameter indexing API
Browse files Browse the repository at this point in the history
  • Loading branch information
AayushSabharwal committed May 21, 2024
1 parent eaf4601 commit 2c50a52
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/parameter_timeseries_collection_test.jl
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ ptc = ParameterTimeseriesCollection(collection, ps)
@test [x for x in ptc] == [a_timeseries, b_timeseries, c_timeseries]
@test length(ptc) == 3
@test parent(ptc) === collection
@test parameter_values(ptc) === ps

for i in 1:3
@test ptc[i] === collection[i]
Expand Down

0 comments on commit 2c50a52

Please sign in to comment.