Skip to content

Commit 0d04e95

Browse files
committed
small error in test case
1 parent 5f880f1 commit 0d04e95

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/test_abstract_popmember.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,7 @@
159159

160160
options = SymbolicRegression.Options(;
161161
binary_operators=[+, -],
162-
populations=1,
162+
populations=2,
163163
population_size=20,
164164
maxsize=5,
165165
popmember_type=CustomPopMember,

0 commit comments

Comments
 (0)