mirror of
https://github.com/All-Hands-AI/OpenHands.git
synced 2026-01-09 06:48:02 -05:00
Minor Code Comment Corrections and Clarifications (#9129)
This commit is contained in:
@@ -144,7 +144,7 @@ if __name__ == '__main__':
|
||||
llm_config = None
|
||||
if args.llm_config:
|
||||
llm_config = get_llm_config_arg(args.llm_config)
|
||||
# modify_params must be False for evaluation purpose, for reproducibility and accurancy of results
|
||||
# modify_params must be False for evaluation purpose, for reproducibility and accuracy of results
|
||||
llm_config.modify_params = False
|
||||
|
||||
if llm_config is None:
|
||||
|
||||
@@ -483,7 +483,7 @@ def test_send_pull_request_with_reviewer(
|
||||
), # PR creation
|
||||
]
|
||||
|
||||
# Mock request reviwers response
|
||||
# Mock request reviewers response
|
||||
mock_put.side_effect = [
|
||||
MagicMock(status_code=200), # Reviewer request
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user