Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Current range robustness #127

Closed
sepandhaghighi opened this issue Dec 17, 2019 · 1 comment
Closed

Current range robustness #127

sepandhaghighi opened this issue Dec 17, 2019 · 1 comment
Assignees
Milestone

Comments

@sepandhaghighi
Copy link
Contributor

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

@sepandhaghighi
Copy link
Contributor Author

fixed

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant