Skip to content

Commit

Permalink
Merge branch 'hotfix/spectral_dep'
Browse files Browse the repository at this point in the history
  • Loading branch information
nikhar-abbas committed Apr 28, 2020
2 parents c17d810 + cebbef5 commit 023dcbc
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion ROSCO_toolbox/utilities.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,10 @@
from itertools import takewhile, product
import struct

from wisdem.aeroelasticse.Util import spectral
try:
from wisdem.aeroelasticse.Util import spectral
except:
pass

# Some useful constants
now = datetime.datetime.now()
Expand Down

0 comments on commit 023dcbc

Please sign in to comment.