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

kwargs not passed from compound.to_gmso to conversion.to_gmso #1081

Closed
chrisiacovella opened this issue Jan 26, 2023 · 0 comments
Closed

kwargs not passed from compound.to_gmso to conversion.to_gmso #1081

chrisiacovella opened this issue Jan 26, 2023 · 0 comments
Assignees

Comments

@chrisiacovella
Copy link
Contributor

Bug summary

if a user calls to_gmso from a compound, any arguments passed will ultimately be ignored, as kwargs is not passed to conversion.to_gmso

return conversion.to_gmso(self)

return conversion.to_gmso(self)

Easy fix, I will roll it into the my energy minimization pr.

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