Skip to content

Commit

Permalink
adds only an assertion
Browse files Browse the repository at this point in the history
  • Loading branch information
simon-bachhuber committed Jan 9, 2025
1 parent e31f2fe commit e823326
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/imt/methods/_qmt.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ def __init__(
self.axes_directions /= np.linalg.norm(
self.axes_directions, axis=1, keepdims=True
)
assert dof == self.axes_directions.shape[0]
else:
self.axes_directions = None

Expand Down

0 comments on commit e823326

Please sign in to comment.