Skip to content

Commit

Permalink
add test
Browse files Browse the repository at this point in the history
  • Loading branch information
adtzlr committed Nov 28, 2024
1 parent 0939857 commit 4548a8f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/felupe/mechanics/_free_vibration.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@
import numpy as np
from scipy.sparse import csr_matrix
from scipy.sparse.linalg import eigsh

from ..dof import partition


Expand Down
1 change: 1 addition & 0 deletions tests/test_free_vibration.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
import numpy as np

import felupe as fem


Expand Down

0 comments on commit 4548a8f

Please sign in to comment.