Skip to content

Commit

Permalink
TST: removing old dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
saullocastro committed Aug 2, 2024
1 parent 435eee3 commit a9fb015
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions tests/test_beamc_natural_freq_curved_rotated.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
from pyfe3d.beamprop import BeamProp
from pyfe3d import BeamC, BeamCData, BeamCProbe, DOF, INT, DOUBLE


def test_nat_freq_curved_beam(refinement=1, mtypes=range(2)):
# NOTE these rotation_rad values will keep the problem 2D on the XZ plane
for rotation_rad in [np.pi/2, 3*np.pi/2]:
Expand Down
1 change: 0 additions & 1 deletion tests/test_beamlr_natural_freq_curved_rotated.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@

from pyfe3d.beamprop import BeamProp
from pyfe3d import BeamLR, BeamLRData, BeamLRProbe, DOF, INT, DOUBLE
from pyfe3d.coord import CoordR


def test_nat_freq_curved_beam(refinement=1, mtypes=range(2)):
Expand Down

0 comments on commit a9fb015

Please sign in to comment.