Skip to content

Commit

Permalink
fix: remove print statement from test_initial_temperature (#757)
Browse files Browse the repository at this point in the history
Co-authored-by: pyansys-ci-bot <[email protected]>
  • Loading branch information
RaphaelHeiniger and pyansys-ci-bot authored Feb 27, 2025
1 parent 8d5517c commit 2b87506
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 1 addition & 0 deletions doc/changelog/757.test.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
fix: remove print statement from test_initial_temperature
2 changes: 0 additions & 2 deletions tests/test_keywords.py
Original file line number Diff line number Diff line change
Expand Up @@ -410,8 +410,6 @@ def test_initial_temperature(ref_string):
assert tin.write() == ref_string.test_initial_temperature_node_string
tis = kwd.InitialTemperatureSet()
tis.loads(ref_string.test_initial_temperature_set_string)
print(tis.write())
print(ref_string.test_initial_temperature_set_string)
assert tis.write() == ref_string.test_initial_temperature_set_string


Expand Down

0 comments on commit 2b87506

Please sign in to comment.