I am getting below error when i tried to import sine_wave function.
File "e:\DEV\GIT\IEC61850_Test_Auto\SV_publisher.py", line 15, in
from UliEngineering.SignalProcessing.Simulation import sine_wave
File "C:\Users\xxxx\AppData\Local\Programs\Python\Python39\lib\site-packages\UliEngineering\SignalProcessing\Simulation.py", line 8, in
from UliEngineering.EngineerIO import normalize_numeric
File "C:\Users\xxxx\AppData\Local\Programs\Python\Python39\lib\site-packages\UliEngineering\EngineerIO.py", line 187, in
class EngineerIO(object):
File "C:\Users\xxxx\AppData\Local\Programs\Python\Python39\lib\site-packages\UliEngineering\EngineerIO.py", line 555, in EngineerIO
def normalize_timespan(self, arg: str | bytes | int | float | np.generic | np.ndarray) -> int | float | np.generic | np.ndarray:
TypeError: unsupported operand type(s) for |: 'type' and 'type'