Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
bjlittle committed Oct 13, 2023
1 parent bb2e5bb commit f5f1cde
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion tests/plotting/test_examples.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,10 @@
# when plugin is bootstrapped by pytest
shutil.rmtree(str(cache_dir))
if not cache_dir.exists():
base_dir = CACHE.abspath / "tests" / "images"
base_dir.mkdir(exist_ok=True)
# create the symbolic link to the pooch cache
cache_dir.symlink_to(CACHE.abspath / "tests" / "images")
cache_dir.symlink_to(base_dir)

# individual GHA CI test case exceptions to the default image tolerances
thresholds = {
Expand Down

0 comments on commit f5f1cde

Please sign in to comment.