Skip to content

Commit

Permalink
Change default max gap value
Browse files Browse the repository at this point in the history
  • Loading branch information
aghozlane committed Nov 29, 2024
1 parent d7d57a8 commit 21c1dde
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion meteor/treebuilder.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
class TreeBuilder(Session):
"""Counter session map and count"""

DEFAULT_MAX_GAP: ClassVar[float] = 0.5
DEFAULT_MAX_GAP: ClassVar[float] = 1.0
OUTPUT_FORMATS: ClassVar[list[str | None]] = [None, "png", "svg", "pdf", "txt"]
DEFAULT_OUTPUT_FORMAT: ClassVar[str | None] = None
DEFAULT_WIDTH: ClassVar[int] = 500
Expand Down

0 comments on commit 21c1dde

Please sign in to comment.