Skip to content

Commit

Permalink
Merge pull request #83 from hakonanes/remove-scalebar-frame-test
Browse files Browse the repository at this point in the history
Remove unnecessary check for whether scalebar has frame in plotting
  • Loading branch information
dnjohnstone authored Jul 21, 2020
2 parents 1bd2dbe + a4acfb0 commit 934a259
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions orix/tests/test_crystal_map_plot.py
Original file line number Diff line number Diff line change
Expand Up @@ -468,14 +468,12 @@ class TestScalebar:
((1, 10, 30), (0, 1, 1), 1, [0]),
{
"loc": 4,
"frameon": False,
"sep": 6,
"size_vertical": 0.2,
"alpha": 0.8,
},
{
"loc": "loc",
"frameon": ["patch", "_visible"],
"sep": ["_box", "sep"],
"size_vertical": ["size_bar", "_children", 0, "_height"],
"alpha": ["patch", "_alpha"],
Expand Down

0 comments on commit 934a259

Please sign in to comment.