You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In selfies 2.0.0, we have constrained selfies.encoder to one unique representation for every atom, which also matches the symbols returned by selfies.get_semantic_robust_alphabet. This should prevent alphabet changes! For example,
outputs
'[C][#S-expl]'
which uses a token
[#S-expl]
that does not appear onget_semantic_robust_alphabet
. The closest token I see is[#S+1expl]
.This arises by running the following code:
Is this intended behavior? I'm having this happen while running STONED and it's changing my alphabet. Any ideas would be appreciated!
The text was updated successfully, but these errors were encountered: