Skip to content

FingerPrinter class unsupported operation exception #618

Description

@likusta

Hello!
I tried using methods getCountFingerprint and getRawFingerprint . When I went in to look at the implementation of the methods, I saw the following.

public ICountFingerprint getCountFingerprint(IAtomContainer container) throws CDKException {
      throw new UnsupportedOperationException();
}
public Map<String, Integer> getRawFingerprint(IAtomContainer iAtomContainer) throws CDKException {
        throw new UnsupportedOperationException();
}

Is there a way to fix this? I tried jar CDK 2.2, 2.3 and maven dependencies but nothing has changed.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions