• Razvan Pascanu's avatar
    I used to store information either in self as properties or in the info · 8ae399a1
    Razvan Pascanu 提交于
    dictionary and from time to time tried to sync the two. As Josh pointed out,
    this was confusing, so I changed the code to use only self. I left the usage
    of the info dictionary to construct the op and in __eq__ and __hash__
    because at those points I don't care about the individual terms in the
    dictionary and it would make the code considerably bigger to spell out all
    keys in the info dictionary.
    8ae399a1
scan_op.py 43.8 KB