Skip to content

Commit ff2a780

Browse files
authored
Merge pull request #90 from QuanEstimation/fix-ext
remove unused pyimport
2 parents 5653687 + ace6fc3 commit ff2a780

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

ext/QuanEstimationPyExt.jl

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
module QuanEstimationPyExt
22
using PythonCall
33
using QuanEstimation
4-
np = pyimport("numpy")
54

65
QuanEstimation.ControlOpt(ctrl::PyList, ctrl_bound::PyList, seed::Py) = QuanEstimation.ControlOpt(pyconvert(Vector{Vector{Float64}}, ctrl), pyconvert(Vector{Float64}, ctrl_bound), seed)
76

0 commit comments

Comments
 (0)