Skip to content

Commit

Permalink
Merge branch 'release/3.1.1'
Browse files Browse the repository at this point in the history
  • Loading branch information
wolph committed Nov 19, 2023
2 parents 296c582 + dfd4bad commit 6b3ebec
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion stl/__about__.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
__package_name__ = 'numpy-stl'
__import_name__ = 'stl'
__version__ = '3.1.0'
__version__ = '3.1.1'
__author__ = 'Rick van Hattem'
__author_email__ = '[email protected]'
__description__ = ' '.join('''
Expand Down
2 changes: 1 addition & 1 deletion stl/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -419,7 +419,7 @@ def get_mass_properties(self):
Documentation can be found here:
http:https://www.geometrictools.com/Documentation/PolyhedralMassProperties.pdf
'''
self.check()
self.check(True)

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

0 comments on commit 6b3ebec

Please sign in to comment.