Joris Vankerschaver
Joris Vankerschaver
@27am Thanks for flagging this -- can you post an example to replicate the problem?
Thanks! Judging from the output (e.g. the `Starting Cycle: -91441622145`) it looks like you're running into some kind of integer overflow. Is it possible to start with a lower magnification,...
@kunrenzhilu Apologies for the late reply. The documentation has a little bit about this, I would recommend the section on building a model of Laplace emissions: http://hsmmlearn.readthedocs.io/en/latest/source/tutorial.html#aside-different-emission-pdfs Please let me...
I'm currently rewriting the wrapper code to remove the Cython bindings and to make the problem construction more modular. That should allow for solving problems of this form. Stay tuned,...
@alexletu sorry for dropping the ball on this. I have seen this too, not sure what's going on.
It looks like concorde is printing directly to stdout and stderr. There's not much to be done about this from Python; if the output is really an issue, you can...
@nathanielmhld Thanks for the follow-up and sorry for not responding earlier. I just wanted to point out, the 0.2.0 API for this library will run concorde in a subprocess, which...
@sarwanpasha Unfortunately this package is not supported on Windows. I don't have a Windows installation myself and I couldn't figure out how to build Concorde on Windows. However, I am...
Sorry for the delay in getting this sorted out. Part of the problem is that until recently I had no Windows machine to develop on. @MauganSc and others -- you...
@Andresj89 The package is currently not supported under Windows. It may be possible to install via the WSL as mentioned above, but I have not been able to try this...