Skip to content

Commit 7984864

Browse files
committed
Quick fixes
1 parent ae2d6ab commit 7984864

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

47 files changed

+5
-4
lines changed

.gitignore

+3-3
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,10 @@
88
*.env
99

1010
# Do not track dataset resources.
11-
/src/llm_agent_evaluation/resources/
12-
/src/llm_agent_evaluation/resources-dev/
11+
llm_agent_evaluation/resources/
12+
llm_agent_evaluation/resources-dev/
1313

14-
/src/llm_agent_evaluation/experiments/analysis/figures
14+
llm_agent_evaluation/experiments/analysis/figures
1515

1616
__pycache__/
1717
*.py[cod]
File renamed without changes.
File renamed without changes.
File renamed without changes.

src/llm_agent_evaluation/data/bugsinpy/execute.py llm_agent_evaluation/data/bugsinpy/execute.py

+2-1
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,8 @@ def test(
140140

141141

142142
# if __name__ == '__main__':
143-
# runner = TestRunner(pathlib.Path('/home/axyadav/workspace/llmevalws/src/LLMAgentEvaluation/src/llm_agent_evaluation/resources'))
143+
# TODO: Add your local path bellow
144+
# runner = TestRunner(pathlib.Path('/my/local/path/llm_agent_evaluation/resources'))
144145

145146
# PROJECTS = [
146147
# 'PySnooper',
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)