Commit 9c98ac0 1 parent 84041da commit 9c98ac0 Copy full SHA for 9c98ac0
File tree 2 files changed +0
-25
lines changed
2 files changed +0
-25
lines changed Original file line number Diff line number Diff line change @@ -35,8 +35,6 @@ class DemandaDiariaElectricaPeninsularPrevista(Indicator):
35
35
path = 'indicators/460'
36
36
time_agg = 'average'
37
37
38
- class DemandaDiariaElectricaPeninsularPrevistaQH (DemandaDiariaElectricaPeninsularPrevista ):
39
- time_trunc = 'fifteen_minutes'
40
38
41
39
class ProfilePVPC20A (ProfilePVPC ):
42
40
path = 'indicators/526'
@@ -237,9 +235,6 @@ class DemandaDiariaElectricaPeninsularReal(Indicator):
237
235
path = 'indicators/1293'
238
236
time_agg = 'average'
239
237
240
- class DemandaDiariaElectricaPeninsularRealQH (DemandaDiariaElectricaPeninsularReal ):
241
- time_trunc = 'fifteen_minutes'
242
-
243
238
class mhpEnergyBalanceFree (Indicator ):
244
239
path = 'indicators/1366'
245
240
Original file line number Diff line number Diff line change 255
255
expect (data ['indicator' ]['name' ]).to (
256
256
contain (u'Previsión diaria de la demanda eléctrica peninsular' )
257
257
)
258
- # Quarter-Hourly case
259
- profile = DemandaDiariaElectricaPeninsularPrevistaQH (e )
260
- assert isinstance (profile , DemandaDiariaElectricaPeninsularPrevistaQH )
261
- data = profile .get (self .start_date , self .end_date )
262
- expect (data ['indicator' ]['short_name' ]).to (
263
- equal (u'Previsión diaria' )
264
- )
265
- expect (data ['indicator' ]['name' ]).to (
266
- contain (u'Previsión diaria de la demanda eléctrica peninsular' )
267
- )
268
258
269
259
with context ('PMDSNP' ):
270
260
with it ('Returns pmd_snp instance' ):
809
799
expect (data ['indicator' ]['name' ]).to (
810
800
contain (u'Demanda real' )
811
801
)
812
- # Quarter-Hourly case
813
- profile = DemandaDiariaElectricaPeninsularRealQH (e )
814
- assert isinstance (profile , DemandaDiariaElectricaPeninsularRealQH )
815
- data = profile .get (self .start_date , self .end_date )
816
- expect (data ['indicator' ]['short_name' ]).to (
817
- equal (u'Demanda real' )
818
- )
819
- expect (data ['indicator' ]['name' ]).to (
820
- contain (u'Demanda real' )
821
- )
822
802
with it ('Returns mhpEnergyBalanceFree instance' ):
823
803
#1366
824
804
e = Esios (self .token )
You can’t perform that action at this time.
0 commit comments