Skip to content

class AtomsPhiID(HOIEstimator): #88

@rcofre

Description

@rcofre

Description of the problem

in the function class AtomsPhiID(HOIEstimator):

    dic = {
        "rtr": 0,
        "rtu1": 1,
        "rtu2": 2,
        "rts": 3,
        "u1tr": 4,
        "u2tr": 8,
        "str": 12,
        "u1tu1": 5,
        "u1tu2": 6,
        "u2tu1": 9,
        "u2tu2": 10,
        "stu1": 13,
        "stu2": 14,
        "u1ts": 7,
        "u2ts": 9,
        "sts": 15,
    }

"u2ts": 9, should be "u2ts": 11,

Steps to reproduce

class AtomsPhiID(HOIEstimator):

Expected results

class AtomsPhiID(HOIEstimator):

Actual results

class AtomsPhiID(HOIEstimator):

Additional information

class AtomsPhiID(HOIEstimator):

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions