commit-0/commit0

setup bug

MaxWhitton25 opened this issue · 3 comments

When cloning parsel, the 'setup' method is not included, which causes 196/206 of the tests to fail

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.

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.

this is by design