Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

MLE ValueError #10

Open
dizuml opened this issue Apr 30, 2019 · 0 comments
Open

MLE ValueError #10

dizuml opened this issue Apr 30, 2019 · 0 comments

Comments

@dizuml
Copy link

dizuml commented Apr 30, 2019

Hi,
i love using this library but everytime i try to use the (discrete) maximum_likelihood_estimation i end up with this Error:

dhmm1.maximum_likelihood_estimation(S1, K1)
File "hmms\dthmm.pyx", line 353, in hmms.dthmm.DtHMM.maximum_likelihood_estimation
File "hmms\dthmm.pyx", line 379, in hmms.dthmm.DtHMM.maximum_likelihood_estimation
ValueError: Buffer dtype mismatch, expected 'int_t' but got 'long long'

even your example Code does not work for me.
Changing the dtype of the input Arrays to int32 didn't help.
I use Pycharm on Windows, maybe it's a Kernel thing.

Do you have any idea?
thx

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant