@Test
 public void getVertexCountTest() {
   Assert.assertEquals(mol.getAtomCount(), molSig.getVertexCount());
 }