Merge pull request #267 from bobtajson/main

fix: correct typo and improve code quality
This commit is contained in:
dmahan93 2025-11-06 18:36:37 -08:00 committed by GitHub
commit c96b8a1255
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 7 additions and 5 deletions

View file

@ -721,7 +721,7 @@ class BaseEnv(ABC):
eval_result = {
"config_general": {
"model_name": model_name,
"total_evaluation_time_secondes": str(end_time - start_time),
"total_evaluation_time_seconds": str(end_time - start_time),
"generation_parameters": merged_gen_params,
},
"results": {