-
Notifications
You must be signed in to change notification settings - Fork 176
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
#3431 – warnings appear while saving any structure as daylight smarts #3439
#3431 – warnings appear while saving any structure as daylight smarts #3439
Conversation
- Update fields max length for isotope and charge
- Update e2e snapshots
if (format === 'smarts') { | ||
const arrayOfAtoms: Array<Atom> = Array.from(struct.atoms.values()); | ||
const arrayOfBonds: Array<Bond> = Array.from(struct.bonds.values()); | ||
console.log(arrayOfAtoms); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
remove console.log?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Done
atom.exactChangeFlag || | ||
atom.invRet, | ||
); | ||
const hasBondUnsupportedProperties = arrayOfBonds.some( |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Maybe change these to something like "bondHasUnsupportedProperties", "atomHasUnsupportedProperties"? Would be more grammatically correct, but I'm not sure what the convention with has/is is on the project.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
or "bondsHaveUnsupportedProperties" since it's an array.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Done
- Fix pr comments
…rnings-appear-while-saving-any-structure-as-daylight-smarts
How the feature works? / How did you fix the issue?
(Screenshots, videos, or GIFs, if applicable)
Check list
#1234 – issue name