Skip to content

Commit b55c764

Browse files
committed
renamed test
1 parent 8fb7224 commit b55c764

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/estimation_tests/test_genetic_programming_regression_fitter.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ def test_simplify_string(self):
2323
)
2424
self.assertEqual(str(gp.simplify("power_1(x1)")), "x1")
2525

26-
def test_fitness_string(self):
26+
def test_fitness(self):
2727
gp = GP(
2828
df=pd.DataFrame({"x1": [1, 2, 3], "outcome": [2, 3, 4]}),
2929
features=["x1"],

0 commit comments

Comments
 (0)