setup bug
MaxWhitton25 opened this issue · 3 comments
MaxWhitton25 commented
When cloning parsel, the 'setup' method is not included, which causes 196/206 of the tests to fail
wenting-zhao commented
is setup function part of the parsel library? if it is, then this is a bug that models need to fix, not a bug of commit0.
EugeneChoi4 commented
The setup function is part of the original xpathfuncs.py file here, however when we run commit0 setup parsel the function is just deleted, without any pass statements associated with it.
wenting-zhao commented
this is by design