We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c8d24a3 commit 7aae8afCopy full SHA for 7aae8af
python/egglog/egraph.py
@@ -1036,7 +1036,7 @@ def _serialize(
1036
split_primitive_outputs = kwargs.pop("split_primitive_outputs", True)
1037
split_functions = kwargs.pop("split_functions", [])
1038
include_temporary_functions = kwargs.pop("include_temporary_functions", False)
1039
- n_inline_leaves = kwargs.pop("n_inline_leaves", 1)
+ n_inline_leaves = kwargs.pop("n_inline_leaves", 0)
1040
serialized = self._egraph.serialize(
1041
[],
1042
max_functions=max_functions,
0 commit comments