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

KeyError: <built-in function format> in SepNMF #49

Open
cympfh opened this issue Nov 15, 2019 · 1 comment
Open

KeyError: <built-in function format> in SepNMF #49

cympfh opened this issue Nov 15, 2019 · 1 comment

Comments

@cympfh
Copy link

cympfh commented Nov 15, 2019

I'm using Python 3.6.8 and tried SepNMF. (I know that this is tested not on 3.6.8)
Then I got KeyError: <built-in function format> by following code:

import nimfa

model = nimfa.SepNmf(X_uw)  # lil_matrix
model.factorize()

I have checked the code and I wonder theformat variable not defined? (of course, format is build-in in Python 3.x). Is this a bug of SepNMF?

https://github.com/marinkaz/nimfa/blob/master/nimfa/methods/factorization/sepnmf.py#L300

@LauraRichter
Copy link

I'm having the same problem

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

2 participants