Closed AliBaheri closed 8 years ago
Hi,
It looks that this problem originates in emin_epmgp
and not
matlab_wrapper
.
My suggestions:
emin_epmgp()
's input data and its type/dtypeemin_epmgp()
runs in MATLAB (w/o
Python/matlab_wrapper) with exactly the same input data.
Exactly is the keyword here: exactly == bit perfect.emin_epmgp
in my opinionMarek
[1] https://github.com/mrkrd/matlab_wrapper/blob/master/CONTRIBUTING.rst
Hi! I am running the following code: `def emin_epmgp(m,K,eta):'
however, after running the following line:
mtb.eval("[e_min,Int_y,Probs_y,Int_eta] = emin_epmgp(m,K,eta)")
I am facing with the following error: `RuntimeError Traceback (most recent call last)