Skip to content

Commit

Permalink
Changing some defaults
Browse files Browse the repository at this point in the history
  • Loading branch information
Samreay committed Oct 15, 2023
1 parent 30bd84c commit abdcbc5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 18 deletions.
16 changes: 0 additions & 16 deletions src/chainconsumer/TODO.md

This file was deleted.

4 changes: 2 additions & 2 deletions src/chainconsumer/plotting/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@ class PlotConfig(BetterBase):
watermark_text_kwargs: dict[str, Any] = Field(default={}, description="Kwargs to pass to the watermark text")
summarise: bool = Field(default=True, description="Whether to annotate the plot with summary statistics")
summary_font_size: int = Field(default=12, ge=0, description="Font size for parameter summaries")
sigma2d: bool | None = Field(
default=None,
sigma2d: bool = Field(
default=False,
description=(
"Whether to use 2D sigmas for summary statistics. Ie in 2D a 1sigma contour"
r" does *not* encapsulate 68% of the volume, it covers 39.3% of the volume."
Expand Down

0 comments on commit abdcbc5

Please sign in to comment.