Skip to content

Commit 8758fe9

Browse files
committed
correct TODO for dependencies
1 parent 9d0b0ce commit 8758fe9

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/ModelPredictiveControl.jl

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module ModelPredictiveControl
22

3-
using PrecompileTools # TODO: remove this dep if possible (with Cache of DI.jl)
3+
using PrecompileTools
44
using LinearAlgebra
55
using Random: randn
66

@@ -13,7 +13,7 @@ using DifferentiationInterface: Constant, Cache
1313
using SparseConnectivityTracer: TracerSparsityDetector
1414
using SparseMatrixColorings: GreedyColoringAlgorithm, sparsity_pattern
1515

16-
import ForwardDiff #TODO: delete this after `linearize!` and `ExtendedKalmanFilter` are updated
16+
import ForwardDiff
1717

1818
import ControlSystemsBase
1919
import ControlSystemsBase: ss, tf, delay
@@ -25,7 +25,7 @@ import JuMP
2525
import JuMP: MOIU, MOI, GenericModel, Model, optimizer_with_attributes, register
2626
import JuMP: @variable, @operator, @constraint, @objective
2727

28-
import PreallocationTools: DiffCache, get_tmp
28+
import PreallocationTools: DiffCache, get_tmp # TODO: remove this dep if possible (with Cache of DI.jl)
2929

3030
import OSQP, Ipopt
3131

0 commit comments

Comments
 (0)