Skip to content

Commit

Permalink
Merge pull request #2335 from KaiSzuttor/lb_test
Browse files Browse the repository at this point in the history
testsuite: LB viscous test guard for EXTERNAL_FORCES.
  • Loading branch information
fweik authored Oct 27, 2018
2 parents c362574 + 781e2c9 commit ff5d134
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion testsuite/python/lb_gpu_viscous.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@

@ut.skipIf(
not espressomd.has_features(
['LB_GPU']) or espressomd.has_features("SHANCHEN"),
['LB_GPU', 'EXTERNAL_FORCES']) or espressomd.has_features("SHANCHEN"),
"Features not available, skipping test!")
class LBGPUViscous(ut.TestCase):
system = espressomd.System(box_l=[10.0] * 3)
Expand Down

0 comments on commit ff5d134

Please sign in to comment.