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 Atom __repr__() (#602) #604

Merged
merged 3 commits into from
Jun 21, 2024
Merged

Fix Atom __repr__() (#602) #604

merged 3 commits into from
Jun 21, 2024

Conversation

ljarosch
Copy link
Contributor

@ljarosch ljarosch commented Jun 17, 2024

This changes the hardcoded Atom __repr__() to a more general version that will additionally print custom added attributes.

EDIT: Fixes #602.

This changes the hardcoded Atom __repr__() to a more general version that will additionally print custom added attributes.
@ljarosch ljarosch marked this pull request as draft June 17, 2024 18:37
@padix-key
Copy link
Member

The PR looks already good to me. Would you also like to add yourself to CONTRIB.rst? The PR is still in draft state: Is still still work in progress or ready to be merged?

@padix-key
Copy link
Member

I linked the relevant issue in the PR description

@ljarosch
Copy link
Contributor Author

I accidentally deleted the docstring for the __repr__ before, that's why I pulled it back to a draft. Would you prefer to have a new PR with cleaner commit history? Maybe a squash-merge would also work.

@ljarosch ljarosch marked this pull request as ready for review June 19, 2024 17:37
@padix-key
Copy link
Member

padix-key commented Jun 21, 2024

I will simply squash-merge, no problem.

Would you prefer to have a new PR with cleaner commit history?

Just for your information: You can also force-push to a PR. Hence, you can locally cleanup the commit history and update the same PR with it using a force push.

@padix-key padix-key merged commit e64737a into biotite-dev:master Jun 21, 2024
20 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.

Custom annotations do not appear in Atom __repr__()
2 participants