Skip to content

Commit

Permalink
Make default sum behaviour backwards compatible
Browse files Browse the repository at this point in the history
  • Loading branch information
cmutel committed Feb 3, 2021
1 parent 87aa783 commit ebe444d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bw_processing/datapackage.py
Original file line number Diff line number Diff line change
Expand Up @@ -832,7 +832,7 @@ def create_datapackage(
combinatorial: bool = False,
sequential: bool = False,
seed: Union[int, None] = None,
sum_duplicates: bool = False,
sum_duplicates: bool = True,
substitute: bool = True,
) -> Datapackage:
obj = Datapackage()
Expand Down

0 comments on commit ebe444d

Please sign in to comment.