Skip to content

Commit

Permalink
Change reference to aequitas flow
Browse files Browse the repository at this point in the history
  • Loading branch information
fdz-sergio-jesus committed Feb 2, 2024
1 parent 9fb02a1 commit 8305892
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/aequitas/flow/utils/colab.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,19 +14,19 @@ def get_examples(
"methods/data_repair",
]
) -> None:
"""Downloads the examples from the fairflow repository.
"""Downloads the examples from the aequitas flow repository.
Note that this should not be used outside Google Colab, as it clutters the directory
with with the git files from Aequitas repository.
Parameters
----------
directory : Literal["configs", "examples/data_repair", "experiment_results"]
The directory to download from the fairflow repository.
The directory to download from the aequitas flow repository.
"""
directory = "examples/" + directory
logger = create_logger("utils.colab")
logger.info("Downloading examples from fairflow repository.")
logger.info("Downloading examples from aequitas flow repository.")
# Create directory if it doesn't exist
Path(directory).mkdir(parents=True, exist_ok=True)
# Check if git repository already exists in folder
Expand Down

0 comments on commit 8305892

Please sign in to comment.