Skip to content

Commit

Permalink
Updated radial heatmap unit tests
Browse files Browse the repository at this point in the history
  • Loading branch information
philippjfr committed Mar 17, 2018
1 parent b15d619 commit bde9d08
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions tests/plotting/bokeh/testradialheatmap.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@ def setUp(self):
# set up plot options for convenient tests
plot_opts = dict(start_angle=0,
max_radius=1,
padding_inner=0.5,
padding_outer=0.2,
radius_inner=0.5,
radius_outer=0.2,
radial=True)

opts = dict(HeatMap=dict(plot=plot_opts))
Expand Down
4 changes: 2 additions & 2 deletions tests/plotting/matplotlib/testradialheatmap.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@ def setUp(self):
# set up plot options for convenient tests
plot_opts = dict(start_angle=0,
max_radius=1,
padding_inner=0.5,
padding_outer=0.2,
radius_inner=0.5,
radius_outer=0.2,
radial=True)

opts = dict(HeatMap=dict(plot=plot_opts))
Expand Down

0 comments on commit bde9d08

Please sign in to comment.