Skip to content

Commit

Permalink
set default enable_Transform to True
Browse files Browse the repository at this point in the history
  • Loading branch information
gmoss13 committed Jan 18, 2025
1 parent 1acc40d commit 0b49bf3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sbi/inference/posteriors/score_posterior.py
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ def __init__(
prior: Distribution,
max_sampling_batch_size: int = 10_000,
device: Optional[str] = None,
enable_transform: bool = False,
enable_transform: bool = True,
sample_with: str = "sde",
):
"""
Expand Down

0 comments on commit 0b49bf3

Please sign in to comment.