Skip to content

Commit

Permalink
Merge #3076
Browse files Browse the repository at this point in the history
3076: leftovers of the PARTIAL_PERIODIC feature r=fweik a=reinaual

ELC vs MMM2D testcases were never executed because of the removed feature `PARTIAL_PERIODIC` in #2902

Co-authored-by: Alexander Reinauer <st144434@stud.uni-stuttgart.de>
  • Loading branch information
bors[bot] and reinaual committed Aug 12, 2019
2 parents 7e10ad0 + da706b5 commit da6b58d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion testsuite/python/elc_vs_mmm2d_neutral.py
Expand Up @@ -22,7 +22,7 @@
from espressomd import electrostatic_extensions from espressomd import electrostatic_extensions




@utx.skipIfMissingFeatures(["P3M", "PARTIAL_PERIODIC"]) @utx.skipIfMissingFeatures(["P3M"])
class ELC_vs_MMM2D_neutral(ut.TestCase): class ELC_vs_MMM2D_neutral(ut.TestCase):
# Handle to espresso system # Handle to espresso system
system = espressomd.System(box_l=[1.0, 1.0, 1.0]) system = espressomd.System(box_l=[1.0, 1.0, 1.0])
Expand Down
2 changes: 1 addition & 1 deletion testsuite/python/elc_vs_mmm2d_nonneutral.py
Expand Up @@ -23,7 +23,7 @@
from espressomd import electrostatic_extensions from espressomd import electrostatic_extensions




@utx.skipIfMissingFeatures(["P3M", "PARTIAL_PERIODIC"]) @utx.skipIfMissingFeatures(["P3M"])
class ELC_vs_MMM2D_neutral(ut.TestCase): class ELC_vs_MMM2D_neutral(ut.TestCase):
# Handle to espresso system # Handle to espresso system
system = espressomd.System(box_l=[1.0, 1.0, 1.0]) system = espressomd.System(box_l=[1.0, 1.0, 1.0])
Expand Down

0 comments on commit da6b58d

Please sign in to comment.