Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove rogue prints from tests #449

Merged
merged 3 commits into from
Aug 1, 2023
Merged

Conversation

PProfizi
Copy link
Contributor

@PProfizi PProfizi commented Aug 1, 2023

No description provided.

@PProfizi PProfizi added the CI/CD label Aug 1, 2023
@PProfizi PProfizi added this to the v0.5.0 milestone Aug 1, 2023
@PProfizi PProfizi requested a review from rafacanton August 1, 2023 14:43
@PProfizi PProfizi self-assigned this Aug 1, 2023
@@ -110,12 +110,12 @@ def test_fluid_simulation_phases(self, fluent_simulation):
assert isinstance(fluent_simulation.phases, PhasesDict)

def test_fluid_simulation_result_unavailable(self, fluent_simulation):
print(fluent_simulation)
# print(fluent_simulation)
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@PProfizi Are we then testing the string representation of the fluent_simulation in other context?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@rafacanton just added a test for that, thanks!

@codecov
Copy link

codecov bot commented Aug 1, 2023

Codecov Report

Merging #449 (6d86701) into master (3171050) will not change coverage.
Report is 3 commits behind head on master.
The diff coverage is n/a.

@@           Coverage Diff           @@
##           master     #449   +/-   ##
=======================================
  Coverage   83.56%   83.56%           
=======================================
  Files          45       45           
  Lines        4971     4971           
=======================================
  Hits         4154     4154           
  Misses        817      817           

@PProfizi PProfizi merged commit 60da6a2 into master Aug 1, 2023
@PProfizi PProfizi deleted the fix/remove_rogue_prints_in_tests branch August 1, 2023 15:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants