From 820856ca882e83ce8baca812ffd85a736e876af3 Mon Sep 17 00:00:00 2001 From: RuanJohn <33461981+RuanJohn@users.noreply.github.com> Date: Tue, 27 Feb 2024 09:47:21 +0200 Subject: [PATCH] chore: update marl_eval/json_tools/json_utils.py docstring Co-authored-by: Sasha --- marl_eval/json_tools/json_utils.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/marl_eval/json_tools/json_utils.py b/marl_eval/json_tools/json_utils.py index d5170181..ce298311 100644 --- a/marl_eval/json_tools/json_utils.py +++ b/marl_eval/json_tools/json_utils.py @@ -120,7 +120,7 @@ def pull_neptune_data( Args: project_name (str): Name of the Neptune project. tag (List): List of tags for the experiment(s) that contain the desired JSON files. - store_directory (str, optional): Directory to store the data. + store_directory (str, optional): Directory to store the data. Default: ./downloaded_json_data. neptune_data_key (str, optional): Key in the neptune run where the json data is stored. Default: metrics. """ # Get the run ids