rdkit / RDKitjs-legacy

Obsolete codebase, please do not use.
BSD 3-Clause "New" or "Revised" License
32 stars 12 forks source link

Compilation test pickle failed with RDKit 2018.09.1 #19

Open thegodone opened 5 years ago

thegodone commented 5 years ago

after adding in compiler.js 'libRDKitDepictor.so', 'libRDKitcoordgenlib.so', 'libRDKitmaeparser.so',

and changing deps to 2018.09.1 there is an issue with pickle testcase:

FAIL tests/rdchem/pickle.js ● Console

console.log __tests__/rdchem/pickle.js:10
  mol from Smiles
console.log __tests__/rdchem/pickle.js:12
  toPickle
console.log __tests__/rdchem/pickle.js:15
  type of toPickle
console.log lib/Mol.js:52
  fromPickle
console.log lib/Mol.js:53

● from and to pickle

Error
  6070248 thrown
thegodone commented 5 years ago

Add branch v2018_9_1