ECSIM/opem

Current range robustness

sepandhaghighi opened this issue · 1 comments

Description

OPEM should work in reverse range of Current

Steps/Code to Reproduce

>>> from opem.Static.Amphlett import Static_Analysis
>>> Test_Vector={"T": 343.15,"PH2": 1,"PO2": 1,"i-start": 75,"i-stop": 0,"i-step": 0.1,"A": 50.6,"l": 0.0178,"lambda": 23,"N": 1,"R": 0,"JMax": 1.5,"B": 0.016,"Name": "Amphlett_Test"}
>>> data=Static_Analysis(InputMethod=Test_Vector,TestMode=True,PrintMode=False,ReportMode=False)

Expected Behavior

>>> data["Status"]
True

Actual Behavior

>>> data["Status"]
False

Operating System

Windows 10

Python Version

Python 3.5.2

OPEM Version

OPEM-1.1