"commit0 evaluate" command error with branch, functional with --reference argument
denizbt opened this issue · 1 comments
denizbt commented
We run the default aider agent on the simpy repository split, which commits its changes to a branch called commit0-test. However, when we then run the command commit0 evaluate --branch commit0-test, it does not seem that any of the unit test cases are evaluated. No error output is given to the terminal. However, in the logs/pytest/simpy/commit0-test/pytest_exit_code.txt directory, we are told that the PyTest error code is 4 ("pytest command line usage error" according to documentation).
On the other hand, in the same repository, the command commit0 evaluate --reference runs without issue.
wenting-zhao commented
Confirmed with Deniz: the newest version doesn't have this issue anymore.
