Skip to content
Snippets Groups Projects

Update for slice_viz function

7 files
+ 83
40
Compare changes
  • Side-by-side
  • Inline

Files

+ 2
2
@@ -45,7 +45,7 @@ def test_grid_pred():
def test_slice_viz():
example_volume = ones(10,10,10)
img_width = 3
fig = qim3d.viz.slice_viz(example_volume,img_width = img_width)
fig = qim3d.viz.slice_viz(example_volume,n_slices = 1, img_width = img_width)
assert fig.get_figwidth() == img_width
Loading