Skip to content

Commit

Permalink
fix : static models tests updated #127
Browse files Browse the repository at this point in the history
  • Loading branch information
sepandhaghighi committed Dec 30, 2019
1 parent 0b573eb commit 38c04f1
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion opem/Test/test_Amphlett.py
Original file line number Diff line number Diff line change
Expand Up @@ -634,7 +634,7 @@
0.0008771388470514419
>>> Amphlett_Data["VE"][5]
0.9761841756350329
>>> Test_Vector={"T":3432222.15,"PH2":1,"PO2":1,"i-start":0,"i-stop":5,"i-step":2,"A":50.6,"l":0.0178,"lambda":23,"N":1,"R":0,"JMax":1.5,"Name":"test1"}
>>> Test_Vector={"T":3432222.15,"PH2":1,"PO2":1,"i-start":5,"i-stop":0,"i-step":-2,"A":50.6,"l":0.0178,"lambda":23,"N":1,"R":0,"JMax":1.5,"Name":"test1"}
>>> Amphlett_Data=Static_Analysis(InputMethod=Test_Vector,TestMode=True)
###########
Amphlett-Model Simulation
Expand Down
2 changes: 1 addition & 1 deletion opem/Test/test_Chamberline_Kim.py
Original file line number Diff line number Diff line change
Expand Up @@ -282,7 +282,7 @@
-0.0372516118425709
>>> Chamberline_Kim_Data["VE"][5]
1.2138061679542624
>>> Test_Vector={"A":50.0,"E0":-5,"b":0.0689,"R":0.328,"m":0.000125,"n":9.45,"N":1,"i-start":1,"i-stop":5,"i-step":1,"Name":"test2"}
>>> Test_Vector={"A":50.0,"E0":-5,"b":0.0689,"R":0.328,"m":0.000125,"n":9.45,"N":1,"i-start":5,"i-stop":1,"i-step":-1,"Name":"test2"}
>>> Chamberline_Kim_Data=Static_Analysis(InputMethod=Test_Vector, TestMode=True)
###########
Chamberline-Kim-Model Simulation
Expand Down
2 changes: 1 addition & 1 deletion opem/Test/test_Larminie_Dicks.py
Original file line number Diff line number Diff line change
Expand Up @@ -355,7 +355,7 @@
-0.8163936642494803
>>> Larminie_Dicks_Data["VE"][5]
20.333975212428435
>>> Test_Vector={"A":0.06,"E0":-1.178,"T":328.15,"RM":0.0018,"i_0":0.00654,"i_L":100.0,"i_n":0.23,"N":23,"i-start":0.1,"i-stop":5,"i-step":2,"Name":"test3"}
>>> Test_Vector={"A":0.06,"E0":-1.178,"T":328.15,"RM":0.0018,"i_0":0.00654,"i_L":100.0,"i_n":0.23,"N":23,"i-start":5,"i-stop":0.1,"i-step":-2,"Name":"test3"}
>>> Larminie_Dicks_Data=Static_Analysis(InputMethod=Test_Vector, TestMode=True)
###########
Larminie-Dicks-Model Simulation
Expand Down

0 comments on commit 38c04f1

Please sign in to comment.