Skip to content

Commit

Permalink
Fix test for backport
Browse files Browse the repository at this point in the history
  • Loading branch information
Cadair committed Jan 29, 2025
1 parent c607d94 commit 5c0fa9c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dkist/dataset/tests/test_tiled_dataset.py
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ def test_tileddataset_plot(share_zscale):
tile.meta["inventory"] = ori_ds.inventory
ds = TiledDataset(np.array(newtiles).reshape(ori_ds.shape), inventory=newtiles[0].inventory)
fig = plt.figure(figsize=(12, 15))
ds.plot(0, share_zscale=share_zscale, fig=fig)
ds.plot(0, share_zscale=share_zscale)
return plt.gcf()


Expand Down

0 comments on commit 5c0fa9c

Please sign in to comment.