Skip to content

Commit

Permalink
Test PhongPlot repr
Browse files Browse the repository at this point in the history
  • Loading branch information
pshriwise committed Jan 6, 2025
1 parent 7c8f988 commit d76ffe5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/unit_tests/test_plots.py
Original file line number Diff line number Diff line change
Expand Up @@ -238,6 +238,8 @@ def test_phong_plot_roundtrip():

elem = plot.to_xml_element()

repr(plot)

new_plot = openmc.PhongPlot.from_xml_element(elem)

assert new_plot.name == plot.name
Expand Down

0 comments on commit d76ffe5

Please sign in to comment.