Closed vsiddhu closed 6 years ago
Hi, I stumbled across the same issue. I guess Trish finished her PhD and is not so much involved into this project anymore..
Anyway, I figured that something was wrong in the path within the Octave call. The working directory was not correct and octave was not finding the produced .m script to run. I fixed it in my fork. Works for me. I don't know if it works on other systems. The same issue remains with the docker version, but probably a comparable patch would do the job.
https://github.com/ipa-lth/pysdpt3glue
Obviously you need to install it from source then. Good luck.
Thank for writing this glue package, have been looking for something like that. I got the error message indicated in the subject line on the example code from the README file here using the Matlab installed option. Here is the code I ran.
But I got the assertion error, which seems to be stemming from 'sdpt3glue/result.pyc' function make_result_dict(msg)'. Not sure how to make the example code work.