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

Unspecified numpy version in ssm raising type error #140

Open
mshallow opened this issue Oct 28, 2021 · 0 comments
Open

Unspecified numpy version in ssm raising type error #140

mshallow opened this issue Oct 28, 2021 · 0 comments

Comments

@mshallow
Copy link

I'm testing out running the GLM-HMM jupyter notebook and running the line below raises a type error.
code ran: new_glmhmm.permute(find_permutation(true_latents[0], new_glmhmm.most_likely_states(true_choices[0], input=inpts[0])))

error: TypeError: expected dtype object, got 'numpy.dtype[float64]'

The error points to both util.py and hmm.py, and it's unclear what version of numpy was used in these so I am unable to resolve the issue by changing my version.

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