Skip to content

Commit

Permalink
flake8
Browse files Browse the repository at this point in the history
  • Loading branch information
paulmueller committed May 11, 2023
1 parent cf70d66 commit 7173e72
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_alg2d_fmp.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
"""Test Fourier mapping algorithm"""
import os
import sys

import numpy as np
Expand All @@ -11,6 +10,7 @@

WRITE_RES = False


@pytest.mark.xfail(True, reason="Unexplained issue #13 and new algorithm #19")
@pytest.mark.filterwarnings(
"ignore::odtbrain.warn.ImplementationAmbiguousWarning")
Expand Down

0 comments on commit 7173e72

Please sign in to comment.