Skip to content

Commit 4cb6bdf

Browse files
committed
added: hide xhat key in debug log
1 parent e3c723a commit 4cb6bdf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/general.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ const HIDDEN_GETINFO_KEYS_MHE = (
2222
)
2323

2424
const HIDDEN_GETINFO_KEYS_MPC = (
25-
:DeltaU, :epsilon, :Dhat, :yhat, :Yhat, :xhatend, :Yhats, :Rhaty, :Rhatu,
25+
:DeltaU, :epsilon, :Dhat, :xhat, :yhat, :Yhat, :xhatend, :Yhats, :Rhaty, :Rhatu,
2626
:nablaJ, :nabla2J, :nablag, :nabla2lg, :nablageq, :nabla2lgeq
2727
)
2828

0 commit comments

Comments
 (0)