Skip to content

Fix lowercase atom name encoding - #369

Open
Tanokri02 wants to merge 2 commits into
aqlaboratory:mainfrom
Tanokri02:fix-lowercase-atom-name-encoding
Open

Fix lowercase atom name encoding#369
Tanokri02 wants to merge 2 commits into
aqlaboratory:mainfrom
Tanokri02:fix-lowercase-atom-name-encoding

Conversation

@Tanokri02

@Tanokri02 Tanokri02 commented Aug 13, 2026

Copy link
Copy Markdown
Contributor

Summary

Fix issue 278 B2. Single line change that ensures all inputs are uppercase for the model.

Changes

Changed a single line from: to atom.GetProp("annot_atom_name").ljust(4) to atom.GetProp("annot_atom_name").upper().ljust(4)

Related Issues

Testing

Ensured the new line gives the model the uppercase text, while the original molecular data is unchanged.

@Tanokri02 Tanokri02 closed this Aug 13, 2026
@Tanokri02 Tanokri02 reopened this Aug 13, 2026
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.

1 participant