How to Solve NameError: name 'modwt' is not defined -- modwt

Solution: Import the 'modwt' module

To Solve the error, add the following line to the top of your code.

from modwt import modwt

 

For more information:
Python modwt modwt