Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
nvaytet committed Oct 28, 2022
1 parent 272e318 commit 9ebb503
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/graphics/fig1d_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -127,5 +127,5 @@ def test_with_strings_as_bin_edges():
def test_figsize():
da = dense_data_array(ndim=1)
size = (6.1, 3.3)
fig = Figure2d(input_node(da), figsize=size)
fig = Figure1d(input_node(da), figsize=size)
assert np.allclose(fig.canvas.fig.get_size_inches(), size)

0 comments on commit 9ebb503

Please sign in to comment.