Skip to content
Snippets Groups Projects
Commit 45a947d8 authored by Zepei Xu's avatar Zepei Xu
Browse files

typo fix

parent f2b655ea
No related branches found
No related tags found
No related merge requests found
...@@ -124,6 +124,7 @@ async function handleAtoms(state: State): Promise<Schema.Atoms> { ...@@ -124,6 +124,7 @@ async function handleAtoms(state: State): Promise<Schema.Atoms> {
}else{ }else{
hasStatus_bit = true; hasStatus_bit = true;
} }
}
} }
const atom_idTokens = TokenBuilder.create(tokenizer, molecule.num_atoms * 2); const atom_idTokens = TokenBuilder.create(tokenizer, molecule.num_atoms * 2);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment