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