Skip to content

Commit

Permalink
Figure out matplotlib failure
Browse files Browse the repository at this point in the history
Signed-off-by: Merel Theisen <merel.theisen@quantumblack.com>
  • Loading branch information
merelcht committed Nov 30, 2023
1 parent 475021f commit ddb999e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kedro-datasets/tests/matplotlib/test_matplotlib_writer.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
from kedro_datasets.matplotlib import MatplotlibWriter

BUCKET_NAME = "test_bucket"
KEY_PATH = "matplotlib"
KEY_PATH = "merel"
COLOUR_LIST = ["blue", "green", "red"]
FULL_PATH = f"s3://{BUCKET_NAME}/{KEY_PATH}"

Expand Down

0 comments on commit ddb999e

Please sign in to comment.