Skip to content

Fix formatting new warning #390

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

Merged
merged 1 commit into from
Jan 28, 2025
Merged

Fix formatting new warning #390

merged 1 commit into from
Jan 28, 2025

Conversation

prisae
Copy link
Member

@prisae prisae commented Jan 10, 2025

#384 popped up as warning in my tests, where is saw the missing white spaces ("berepeatable" and "isnot"):

  /home/dtr/Codes/emg3d/tests/test_simulations.py:959: UserWarning: You are running a pytest without setting a random seed, the results might not berepeatable. For repeatable tests please pass an argument to `random seed` that isnot `None`.
    discretize.tests.assert_isadjoint(

#384 popped up as warning in my tests, where is saw the missing white spaces ("berepeatable" and "isnot"):
```
  /home/dtr/Codes/emg3d/tests/test_simulations.py:959: UserWarning: You are running a pytest without setting a random seed, the results might not berepeatable. For repeatable tests please pass an argument to `random seed` that isnot `None`.
    discretize.tests.assert_isadjoint(
```
Copy link

codecov bot commented Jan 10, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 86.21%. Comparing base (bc3e78d) to head (68f456f).
Report is 2 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #390   +/-   ##
=======================================
  Coverage   86.21%   86.21%           
=======================================
  Files          90       90           
  Lines       18625    18625           
  Branches     2103     2103           
=======================================
  Hits        16058    16058           
  Misses       1883     1883           
  Partials      684      684           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@jcapriot jcapriot merged commit 314a675 into main Jan 28, 2025
23 of 27 checks passed
@jcapriot jcapriot deleted the prisae-patch-1 branch January 28, 2025 15:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants