Skip to content

Commit 4381689

Browse files
committed
Removed enum import.
1 parent 1c81218 commit 4381689

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

pyrvt/motions.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,15 +23,13 @@
2323
Description: Random vibration theory motions.
2424
"""
2525

26-
import enum
27-
2826
import numpy as np
2927

3028
from scipy.interpolate import interp1d
3129

3230
from . import peak_calculators
3331

34-
DEFAULT_CALC = peak_calculators.Vanmarcke1975()
32+
DEFAULT_CALC = peak_calculators.LiuPezeshk1999()
3533

3634

3735
def compute_sdof_tf(freqs, osc_freq, osc_damping):

0 commit comments

Comments
 (0)