Skip to content

Commit

Permalink
chore: update marl_eval/json_tools/json_utils.py docstring
Browse files Browse the repository at this point in the history
Co-authored-by: Sasha <[email protected]>
  • Loading branch information
RuanJohn and sash-a committed Feb 27, 2024
1 parent 1bf80d5 commit 820856c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion marl_eval/json_tools/json_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 820856c

Please sign in to comment.