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
1 file
+ 0
17
Compare changes
  • Side-by-side
  • Inline
+ 0
17
#!/usr/bin/env python
# -*- coding: utf-8 -*-
if __name__ == "__main__":
import mirrors.models.mirror_ss as m
Sol = m.runmodel(L = 250.0,
L_1 = 250.0,
H = 50,
H_1 = 30,
W = 150,
nL_1 = 11,
nL = 11,
nH = 6,
nH_1 = 3,
nW = 5,
T = 285.)
print Sol
Loading