mirror of
https://github.com/open-thought/reasoning-gym.git
synced 2025-10-09 13:40:09 +03:00
fix
This commit is contained in:
@@ -242,7 +242,7 @@ Use same variable symbols as given in the question
|
||||
"integrand": str(integrand),
|
||||
"problem_type": problem_type,
|
||||
"variable": str(x),
|
||||
"expected_answer_expression": answer,
|
||||
"expected_answer_expression": str(answer),
|
||||
"difficulty": {
|
||||
"problem_type_weights": self.config.problem_type_weights,
|
||||
},
|
||||
|
||||
@@ -88,7 +88,7 @@ When performing calculations, please follow these guidelines:
|
||||
"source_index": idx,
|
||||
"integrand": str(derivative),
|
||||
"variable": str(symbol),
|
||||
"expected_answer_expression": polynomial,
|
||||
"expected_answer_expression": str(polynomial),
|
||||
"num_terms": num_terms,
|
||||
"difficulty": {
|
||||
"terms": (self.config.min_terms, self.config.max_terms),
|
||||
|
||||
Reference in New Issue
Block a user