We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c69dc59 commit 33bf399Copy full SHA for 33bf399
test/7_test_aqua.jl
@@ -5,5 +5,5 @@
5
# `JuMP.@operator`, and JuMP will never call these functions with 0 argument, so
6
# defining zero-argument methods would be useless, so I disable this check here.
7
unbound_args = false
8
- Aqua.test_all(ModelPredictiveControl, unbound_args)
+ Aqua.test_all(ModelPredictiveControl; unbound_args)
9
end
0 commit comments