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
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)
mbuild/mbuild/compound.py
Line 2827 in 9d618c0
Easy fix, I will roll it into the my energy minimization pr.
The text was updated successfully, but these errors were encountered:
chrisiacovella
No branches or pull requests
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)
mbuild/mbuild/compound.py
Line 2827 in 9d618c0
Easy fix, I will roll it into the my energy minimization pr.
The text was updated successfully, but these errors were encountered: