[BUG]
yaohanze opened this issue · 4 comments
yaohanze commented
Describe the bug
computeMisclosure.py has a bug in the definition of stack class.
To Reproduce
Steps to reproduce the behavior:
With current code, initialize a new stack object will raise the error stack project doesn't have attribute 'verbose'.
So I check the code of computeMisclosure.py starting from line 132.
After adding this line "self.verbose = verbose", the problem is fixed.
rzinke commented
Thank you for pointing that out and suggesting a fix, @yaohanze. I uncovered another bug and I'm fixing that now.
bbuzz31 commented