Skip to content

Commit 6b3ebec

Browse files
committed
Merge branch 'release/3.1.1'
2 parents 296c582 + dfd4bad commit 6b3ebec

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

stl/__about__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
__package_name__ = 'numpy-stl'
22
__import_name__ = 'stl'
3-
__version__ = '3.1.0'
3+
__version__ = '3.1.1'
44
__author__ = 'Rick van Hattem'
55
__author_email__ = '[email protected]'
66
__description__ = ' '.join('''

stl/base.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -419,7 +419,7 @@ def get_mass_properties(self):
419419
Documentation can be found here:
420420
http://www.geometrictools.com/Documentation/PolyhedralMassProperties.pdf
421421
'''
422-
self.check()
422+
self.check(True)
423423

424424
def subexpression(x):
425425
w0, w1, w2 = x[:, 0], x[:, 1], x[:, 2]

0 commit comments

Comments
 (0)