Skip to content

Commit

Permalink
0.1.DEV release
Browse files Browse the repository at this point in the history
  • Loading branch information
cmutel committed Feb 3, 2021
1 parent f3b3074 commit d0e206a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion matrix_utils/mapped_matrix.py
Expand Up @@ -20,7 +20,7 @@ def __init__(
use_distributions: bool = False,
row_mapper: Union[ArrayMapper, None] = None,
col_mapper: Union[ArrayMapper, None] = None,
seed_override: Union[int, None] = None
seed_override: Union[int, None] = None,
):
self.seed_override = seed_override
self.packages = {
Expand Down

0 comments on commit d0e206a

Please sign in to comment.