Skip to content

Commit

Permalink
chore(datasets): fix accidental reference to NumPy (#450)
Browse files Browse the repository at this point in the history
Signed-off-by: Deepyaman Datta <[email protected]>
  • Loading branch information
deepyaman authored and merelcht committed Nov 30, 2023
1 parent 32e0e31 commit 402439e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion kedro-datasets/kedro_datasets/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@


@pytest.fixture(autouse=True)
def add_np(doctest_namespace, tmp_path):
def add_tmp_path(doctest_namespace, tmp_path):
doctest_namespace["tmp_path"] = tmp_path
1 change: 0 additions & 1 deletion kedro-datasets/tests/matplotlib/test_matplotlib_writer.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@
KEY_PATH = "matplotlib"
COLOUR_LIST = ["blue", "green", "red"]
FULL_PATH = f"s3://{BUCKET_NAME}/{KEY_PATH}"

matplotlib.use("Agg") # Disable interactive mode


Expand Down

0 comments on commit 402439e

Please sign in to comment.