Skip to content

Commit

Permalink
Fix typing issue
Browse files Browse the repository at this point in the history
  • Loading branch information
lucianopaz committed Feb 21, 2025
1 parent 61613a7 commit 1b0a162
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pymc/backends/zarr.py
Original file line number Diff line number Diff line change
Expand Up @@ -305,6 +305,7 @@ def completed_draws_and_divergences(self, chain_specific: bool = False) -> tuple
"""
# No need to iterate over ZarrChain instances because the zarr group is
# shared between them
idx: int | slice
if chain_specific:
idx = self.chain
else:
Expand Down

0 comments on commit 1b0a162

Please sign in to comment.