We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I am trying the the code below
# set parameters params = params.params() params.rmpc = rmpc # get SIF embedding embedding = SIF_embedding.SIF_embedding(We, x, w, params)
an get this error
AttributeError: 'params' object has no attribute 'params'
and I verified the module params and its true, please help me how to deal with this?
The text was updated successfully, but these errors were encountered:
Me too, can you address this problem now?
Sorry, something went wrong.
No branches or pull requests
I am trying the the code below
an get this error
and I verified the module params and its true, please help me how to deal with this?
The text was updated successfully, but these errors were encountered: