コード例 #1
0
def thermostat_type_5(request):
    thermostats = from_csv(get_data_path(request.param))
    return next(thermostats)
コード例 #2
0
ファイル: thermostats.py プロジェクト: karimi67/epathermostat
def thermostat_zero_days(request):
    thermostats = from_csv(get_data_path(request.param))
    return next(thermostats)
コード例 #3
0
ファイル: thermostats.py プロジェクト: karimi67/epathermostat
def thermostat_type_5(request):
    thermostats = from_csv(get_data_path(request.param))
    return next(thermostats)
コード例 #4
0
ファイル: thermostats.py プロジェクト: karimi67/epathermostat
def thermostats_multiple_same_key(request):
    thermostats = from_csv(get_data_path(request.param))
    return thermostats
コード例 #5
0
ファイル: thermostats.py プロジェクト: karimi67/epathermostat
def thermostat_type_1_utc_bad(request):
    thermostats = from_csv(get_data_path(request.param))
コード例 #6
0
ファイル: thermostats.py プロジェクト: ntbryant/epathermostat
def thermostat_emg_aux_constant_on_outlier(request):
    thermostats = from_csv(get_data_path(request.param))
    return thermostats