Skip to content

Commit

Permalink
remove extra white spacing
Browse files Browse the repository at this point in the history
Co-authored-by: kalvdans <github@kalvdans.no-ip.org>
  • Loading branch information
JohanSchott and kalvdans authored Apr 8, 2024
1 parent 86d2d2f commit 0d5b4d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pytest.ini
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@ testpaths = impurityModel

# Test test_comparison_with_reference.py in a separate pytest call since it starts MPI processes in a subprocess.run, and
# MPI can't handle that both the parent and the child process use MPI.
addopts = --ignore impurityModel/test/test_comparison_with_reference.py
addopts = --ignore impurityModel/test/test_comparison_with_reference.py

filterwarnings = error

0 comments on commit 0d5b4d6

Please sign in to comment.