79 |
def testsunpos6(self): |
def testsunpos6(self): |
80 |
self._run('example_1_8_1',"QRSlv","johnpye/sunpos.a4c") |
self._run('example_1_8_1',"QRSlv","johnpye/sunpos.a4c") |
81 |
|
|
82 |
|
def testinstanceas(self): |
83 |
|
M = self._run('example_1_6_1',"QRSlv","johnpye/sunpos.a4c") |
84 |
|
self.assertAlmostEqual( float(M.t_solar), M.t_solar.as("s")) |
85 |
|
self.assertAlmostEqual( float(M.t_solar)/3600, M.t_solar.as("h")) |
86 |
|
|
87 |
class TestIntegrator(Ascend): |
class TestIntegrator(Ascend): |
88 |
|
|
89 |
def testListIntegrators(self): |
def testListIntegrators(self): |