Skip to content

Commit 565e7f4

Browse files
author
Teseo Schneider
committed
clened test
1 parent b9340ce commit 565e7f4

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

test/test_plane_hole.py

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,11 @@
88

99
class BendingTest(unittest.TestCase):
1010
def test_run(self):
11-
self.run_one(1)
12-
self.run_one(2)
13-
14-
def run_one(self, discr_order):
11+
# self.run_one(1)
12+
# self.run_one(2)
13+
14+
# def run_one(self, discr_order):
15+
discr_order = 2
1516
root_folder = os.path.join("..", "3rdparty.nosync" if platform.system() == 'Darwin' else "3rdparty", "data")
1617

1718
dir_path = os.path.dirname(os.path.realpath(__file__))

0 commit comments

Comments
 (0)