Skip to content

Commit

Permalink
Updated baseline dir
Browse files Browse the repository at this point in the history
  • Loading branch information
astrofrog committed Jul 4, 2023
1 parent 2c054cf commit 5d8381b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions mpl_scatter_density/tests/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@

baseline_root = 'baseline'

if MPL_VERSION >= LooseVersion('2'): # pragma: nocover
baseline_subdir = '2.0.x'
if MPL_VERSION >= LooseVersion('3'): # pragma: nocover
baseline_subdir = '3.0.x'
else: # pragma: nocover
raise ValueError('Matplotlib {0} is not supported'.format(matplotlib.__version__))

Expand Down

0 comments on commit 5d8381b

Please sign in to comment.