Skip to content

Commit

Permalink
Volume.resize: inplace=False by default (like everywhere else)
Browse files Browse the repository at this point in the history
  • Loading branch information
schlegelp committed Dec 6, 2020
1 parent 1a20b2b commit 775a54f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion navis/core/volumes.py
Original file line number Diff line number Diff line change
Expand Up @@ -411,7 +411,7 @@ def resize(self,
Literal['centroid'],
Literal['normals'],
Literal['origin']] = 'center',
inplace: bool = True) -> Optional['Volume']:
inplace: bool = False) -> Optional['Volume']:
"""Resize volume.
Parameters
Expand Down

0 comments on commit 775a54f

Please sign in to comment.