Conditions | 1 |
Total Lines | 7 |
Code Lines | 7 |
Lines | 0 |
Ratio | 0 % |
Changes | 0 |
1 | # -*- coding: utf-8 -*- |
||
23 | def test_loaddatamodule_method_structure(): |
||
24 | assert sciapy.regress.load_scia_dzm |
||
25 | assert sciapy.regress.load_solar_gm_table |
||
26 | assert sciapy.regress.load_data.load_scia_dzm |
||
27 | assert sciapy.regress.load_data.load_solar_gm_table |
||
28 | assert sciapy.regress.load_data.load_dailymeanAE |
||
29 | assert sciapy.regress.load_data.load_dailymeanLya |
||
30 | |||
35 |