Skip to content

Patch for bad Judgment results #3

@kinoc

Description

@kinoc

I noticed in the notebook:
if y_[3] == 'T' : JUGEMENTAL= True
else: JUDGEMENTAL= False
But I think it should be:
if y_[3] == 'J' : JUDGEMENTAL= True
else: JUDGEMENTAL= False

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions