Skip to content

Commit

Permalink
remove copy used for test dev
Browse files Browse the repository at this point in the history
  • Loading branch information
haraldo85 committed Mar 23, 2024
1 parent 011a643 commit 1655a4f
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions test/test_getmodelobjects.jl
Original file line number Diff line number Diff line change
Expand Up @@ -49,11 +49,6 @@ end

# TODO: Test each function in INCLUDEELEMENT

function includeVectorTimeIndex!(toplevel::Dict, lowlevel::Dict, elkey::ElementKey, value::Dict)
vector = getdictvalue(value, "Vector", AbstractVector{DateTime}, elkey)
includeVectorTimeIndex!(toplevel, lowlevel, elkey, vector)
end

function test_includeVectorTimeIndex!()
# tests method when value::AbstractVector{DateTime}
(tl, ll) = (Dict(), Dict())
Expand Down

0 comments on commit 1655a4f

Please sign in to comment.