Skip to content

Commit 68dacfa

Browse files
committed
[FIX] Hotfix non-running unit-tests
1 parent 71739ea commit 68dacfa

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/objects.jl

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,6 @@ type StochDynProgModel <: SPModel
153153
current_cost = -Inf
154154
for aff_func in model.costFunctions
155155
current_cost = aff_func(t,x,u,w)
156-
current_cost = max(current_cost, saved_cost)
157156
end
158157
return current_cost
159158
end

0 commit comments

Comments
 (0)