Skip to content

Commit

Permalink
Skip complex test
Browse files Browse the repository at this point in the history
  • Loading branch information
Ig-dolci committed Oct 24, 2024
1 parent 045c478 commit bd5d8ce
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/regression/test_fwi_demos.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ def wave_equation_solver(c, source_function, dt, V):
return solver, u_np1, u_n, u_nm1


@pytest.mark.skipcomplex
@pytest.mark.parallel(nprocs=2)
def test_fwi_demos():
M = 2
Expand Down

0 comments on commit bd5d8ce

Please sign in to comment.