Skip to content

Commit

Permalink
Add additional test
Browse files Browse the repository at this point in the history
  • Loading branch information
cfe316 committed Nov 11, 2023
1 parent 01619dc commit 59d232e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/expression_manipulation_test.jl
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,7 @@ let
expr = GenX.extract_time_series_to_expression(var_matrix, rows_to_extract)
@test size(expr) == (length(rows_to_extract), columns)
@test expr isa JuMP.Containers.DenseAxisArray
@test eltype(expr.data) isa AffExpr
@test expr.axes[1] == rows_to_extract
@test expr.axes[2] == 1:columns
unregister(EP, :var_matrix)
Expand Down

0 comments on commit 59d232e

Please sign in to comment.