UliEngineering
UliEngineering copied to clipboard
A python library for calculations perfomed in electronics engineering
Works locally on mac. Gives error below running on IBM Cloud using: python-3.5.6 **Requirements.txt** Flask==0.10.1 requests==2.12.4 flask-restful-swagger==0.19 flask-restplus==0.9.2 watson-developer-cloud>=1.3.5 python-dotenv==0.8.2 cloudant==2.12.0 UliEngineering==0.3.3 scipy>=0.5 toolz==0.10.0 numpy>=1.5 Error `Traceback (most recent call...
Please add stubs/types to the project, thank you!
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...