Skip to content
Snippets Groups Projects

params/mirrors cleaning + usable test suite (issues #11 and #10)

Merged Boman Romain requested to merge testsuite into master
2 files
+ 22
2
Compare changes
  • Side-by-side
  • Inline
Files
2
@@ -15,7 +15,17 @@ def model(P):
import mirrors.models.mirror_ss as mirror_model
sol = mirror_model.runmodel(L = P[0], L_1 = P[1], H = P[2], H_1 = P[3], W = P[4], nL_1 = P[5], nL = P[6], nH = P[7], nH_1 = P[8], nW = P[9], T = P[10])
sol = mirror_model.runmodel(L = P[0],
L_1 = P[1],
H = P[2],
H_1 = P[3],
W = P[4],
nL_1 = P[5],
nL = P[6],
nH = P[7],
nH_1 = P[8],
nW = P[9],
T = P[10])
return sol
Loading