Skip to content

Commit

Permalink
Update test of common histogram functionality.
Browse files Browse the repository at this point in the history
  • Loading branch information
Carifio24 committed Sep 7, 2023
1 parent 52c6329 commit 54b2a5b
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions glue_plotly/common/tests/test_histogram.py
Original file line number Diff line number Diff line change
Expand Up @@ -99,8 +99,6 @@ def test_basic_trace(self):
assert len(traces) == 1
trace = traces[0]
assert isinstance(trace, Bar)
edges, _ = self.layer.state.histogram
assert trace['width'] == edges[1] - edges[0]

def test_log_trace(self):
self.viewer.state.x_log = True
Expand Down

0 comments on commit 54b2a5b

Please sign in to comment.