We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents c3db536 + cef3541 commit ad70f9eCopy full SHA for ad70f9e
src/browsergym/workarena/tasks/dashboard.py
@@ -798,7 +798,7 @@ def all_configs(self):
798
799
800
class WorkLoadBalancingMinMaxRetrievalTask(
801
- MultiChartMinMaxRetrievalTask, CompositionalBuildingBlockTask
+ SingleChartMinMaxRetrievalTask, CompositionalBuildingBlockTask
802
):
803
def all_configs(self):
804
return json.load(open(REPORT_RETRIEVAL_MINMAX_CONFIG_PATH, "r"))
0 commit comments