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

Fix bug where we set initials dict to return of initials.update rather than just calling initials.update #268

Merged
merged 2 commits into from
Dec 20, 2023

Conversation

nanglo123
Copy link
Contributor

@nanglo123 nanglo123 commented Dec 19, 2023

This commit fixes a small bug in line 858 of template_model.py where we set the initials dictionary equal to the return value of initials.update rather than just calling the update method with no setting of variables.

This PR addresses issue #267.

@bgyori bgyori merged commit 71db88d into gyorilab:main Dec 20, 2023
2 checks passed
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

Successfully merging this pull request may close these issues.

2 participants