Skip to content

Commit

Permalink
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 1d1d000 commit eaf4601
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions test/parameter_indexing_test.jl
Original file line number Diff line number Diff line change
Expand Up @@ -361,10 +361,6 @@ for (sym, val_is_timeseries, val, check_inference) in [
((:x, :(2b), :(3c)), true, tuple.(xval, 2 .* bval_state, 3 .* cval_state), true)
]
getter = getu(sys, sym)
if val isa DataType
@test_throws val getter(fs)
continue
end
if check_inference
@inferred getter(fs)
end
Expand Down

0 comments on commit eaf4601

Please sign in to comment.