Skip to content
Snippets Groups Projects
Commit 13a43a0d authored by Mads M. Pedersen's avatar Mads M. Pedersen
Browse files

new name for TestWithDummy class

parent ec8729f8
No related branches found
No related tags found
1 merge request!9Test pyfuga
...@@ -7,7 +7,7 @@ from topfarm.cost_models.dummy import DummyCost ...@@ -7,7 +7,7 @@ from topfarm.cost_models.dummy import DummyCost
import unittest import unittest
class Test(unittest.TestCase): # unittest version class TestWithDummy(unittest.TestCase): # unittest version
def test_optimize_4tb(self): def test_optimize_4tb(self):
"""Optimize 4-turbine layout and check final positions """Optimize 4-turbine layout and check final positions
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment