Skip to content

Commit 476f573

Browse files
authored
docs: add back turbo to default long example
1 parent bc45e58 commit 476f573

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -287,7 +287,7 @@ model = PySRRegressor(
287287
# ^ Higher precision calculations.
288288
warm_start=True,
289289
# ^ Start from where left off.
290-
bumper=True,
290+
turbo=True,
291291
# ^ Faster evaluation (experimental)
292292
extra_sympy_mappings={"cos2": lambda x: sympy.cos(x)**2},
293293
# extra_torch_mappings={sympy.cos: torch.cos},

0 commit comments

Comments
 (0)