Skip to content

Commit

Permalink
Update run.py
Browse files Browse the repository at this point in the history
  • Loading branch information
mberaha authored Oct 11, 2023
1 parent 64b61da commit c80921f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/bayesmixpy/run.py
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ def run_mcmc(
See https://bayesmix.readthedocs.io/en/latest/protos.html#algorithm_state.proto
for furhter details on the AlgorithmState object
"""
if return_chains is not None:
if return_chains:
from .proto.algorithm_state_pb2 import AlgorithmState

load_dotenv(get_env_file())
Expand Down

0 comments on commit c80921f

Please sign in to comment.