Turn on the large molecules flag in InChI Universal SMILES numbers.#979
Turn on the large molecules flag in InChI Universal SMILES numbers.#979
Conversation
|
Whoops I forgot the workflows run with a smaller stack... could increase the stack or use a smaller example :-) |
|
Grr... ok -Xss needed :-) |
|
Hi @mjw99 do you know how to change the JVM stack size in the github workflow? I thought I could just put it in |
|
OK we good now, surefire (maven test engine) argLine did the trick. |
|
Kudos, SonarCloud Quality Gate passed! |
|
nevermind, it's small :) |
|
|
||
| @Test | ||
| public void testLargeMoleculeCanon() throws CDKException { | ||
| SmilesParser smipar = new SmilesParser(DefaultChemObjectBuilder.getInstance()); |
There was a problem hiding this comment.
Oh, actually, it's a really small patch.
Is the use of the DefaultChemObjectBuilder important here?
Apologies, I've only just seen this. |








Fixes #974