Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
mraveri committed Nov 11, 2024
1 parent 9e2e5ae commit 39d7223
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tensiometer/synthetic_probability/synthetic_probability.py
Original file line number Diff line number Diff line change
Expand Up @@ -2484,7 +2484,7 @@ def flow_from_chain(chain, cache_dir=None, root_name='sprob', **kwargs):
return flow


def average_flow_from_chain(chain, num_flows=1, cache_dir=None, root_name='sprob', use_mpi=True, **kwargs):
def average_flow_from_chain(chain, num_flows=1, cache_dir=None, root_name='sprob', use_mpi=False, **kwargs):
"""
Helper to initialize and train a synthetic probability starting from a chain.
If a cache directory is specified then training results are cached and
Expand Down

0 comments on commit 39d7223

Please sign in to comment.