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

PICMI: Fix unresolved reference for species #4722

Merged

Conversation

n01r
Copy link
Member

@n01r n01r commented Feb 22, 2024

The variable species was an unresolved reference and needed to accessed via self.species instead.

Fixed also a word specie where species was meant.

The variable `species` was an unresolved reference and needed to accessed via
`self.species` instead.

Fixed also a word `specie` where `species` was meant.
@ax3l ax3l added the component: Python Python layer label Feb 23, 2024
Copy link
Member

@ax3l ax3l left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you for this!! ✨

else:
species_names = [species.name]
species_names = [self.species.name]
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is the fix, right? The other parts above are just renaming, right?

@ax3l ax3l added bug Something isn't working bug: affects latest release Bug also exists in latest release version labels Feb 23, 2024
@ax3l ax3l merged commit 511fb37 into BLAST-WarpX:development Feb 23, 2024
41 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug: affects latest release Bug also exists in latest release version bug Something isn't working component: Python Python layer
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants