From 37c7330441faeb41313c7c325f079981bfc8369c Mon Sep 17 00:00:00 2001 From: Erik Jensen Date: Mon, 16 Dec 2024 14:52:32 +0100 Subject: [PATCH] fix date format in pytest --- tests/test_sites.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/test_sites.py b/tests/test_sites.py index e0eba5e..0c967cd 100644 --- a/tests/test_sites.py +++ b/tests/test_sites.py @@ -78,7 +78,7 @@ def test_site_visibility(flows_sites): with pytest.deprecated_call(): with plt.ioff(): plotpaths = visibility( - target, date="2023-01-01", output=tempdir + target, date="20230101", output=tempdir ) assert not isinstance(plotpaths, plt.Axes)