mirror of
https://github.com/openmc-dev/openmc.git
synced 2026-07-29 06:35:48 -04:00
remove explicit else-pass
This commit is contained in:
parent
00f0571906
commit
bd2bab3f56
1 changed files with 0 additions and 2 deletions
|
|
@ -368,8 +368,6 @@ class Universe(UniverseBase):
|
|||
width = pixels[0]*px/(params.right - params.left)
|
||||
height = pixels[0]*px/(params.top - params.bottom)
|
||||
fig.set_size_inches(width, height)
|
||||
else:
|
||||
pass
|
||||
|
||||
# Plot image and return the axes
|
||||
return axes.imshow(img, extent=(x_min, x_max, y_min, y_max), **kwargs)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue