We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 5653687 + ace6fc3 commit ff2a780Copy full SHA for ff2a780
ext/QuanEstimationPyExt.jl
@@ -1,7 +1,6 @@
1
module QuanEstimationPyExt
2
using PythonCall
3
using QuanEstimation
4
-np = pyimport("numpy")
5
6
QuanEstimation.ControlOpt(ctrl::PyList, ctrl_bound::PyList, seed::Py) = QuanEstimation.ControlOpt(pyconvert(Vector{Vector{Float64}}, ctrl), pyconvert(Vector{Float64}, ctrl_bound), seed)
7
0 commit comments