Skip to content

Commit

Permalink
[skip ci] Apply formatting changes
Browse files Browse the repository at this point in the history
  • Loading branch information
shimwell authored and github-actions[bot] committed Nov 27, 2023
1 parent 6ebf668 commit 97c2772
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions tests/test_units.py
Original file line number Diff line number Diff line change
Expand Up @@ -124,9 +124,7 @@ def test_plot_2d_mesh_tally(model):
tally=tally_result, basis="yz", slice_index=0 # max value of slice selected
)

plot = plot_mesh_tally(
tally=tally_result, basis="yz"
)
plot = plot_mesh_tally(tally=tally_result, basis="yz")
# axis_units defaults to cm
assert plot.xaxis.get_label().get_text() == "y [cm]"
assert plot.yaxis.get_label().get_text() == "z [cm]"
Expand Down

0 comments on commit 97c2772

Please sign in to comment.