Skip to content

Commit

Permalink
renamed test
Browse files Browse the repository at this point in the history
  • Loading branch information
jmafoster1 committed Jan 6, 2025
1 parent 8fb7224 commit b55c764
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ def test_simplify_string(self):
)
self.assertEqual(str(gp.simplify("power_1(x1)")), "x1")

def test_fitness_string(self):
def test_fitness(self):
gp = GP(
df=pd.DataFrame({"x1": [1, 2, 3], "outcome": [2, 3, 4]}),
features=["x1"],
Expand Down

0 comments on commit b55c764

Please sign in to comment.