Skip to content

Commit

Permalink
flake8
Browse files Browse the repository at this point in the history
  • Loading branch information
Ig-dolci committed Oct 8, 2024
1 parent 92f7f81 commit 2f8c84b
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions tests/regression/test_poisson_strong_bcs.py
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,3 @@ def test_poisson_analytic_linear_parallel():
error = run_test_linear(1, 1)
print('[%d]' % MPI.COMM_WORLD.rank, 'error:', error)
assert error < 5e-6


if __name__ == '__main__':
test_poisson_analytic_linear_parallel()

0 comments on commit 2f8c84b

Please sign in to comment.