@@ -264,7 +264,7 @@ def test_parse_filename(self):
264
264
}
265
265
266
266
_rmf_files = ["epn_e2_ff20_sdY4.rmf" , "m2_e9_im_pall_o.rmf" ]
267
-
267
+
268
268
def _create_tar (self , tarname , files ):
269
269
with tarfile .open (tarname , "w" ) as tar :
270
270
for ob_name , ob in self ._files .items ():
@@ -284,7 +284,7 @@ def _create_tar(self, tarname, files):
284
284
os .remove (os .path .join (ob_name , ftype , f ))
285
285
shutil .rmtree (os .path .join (ob_name , ftype ))
286
286
shutil .rmtree (ob_name )
287
-
287
+
288
288
def _create_tar_lightcurves (self , tarname , files ):
289
289
with tarfile .open (tarname , "w" ) as tar :
290
290
for ob_name , ob in self ._files .items ():
@@ -588,7 +588,7 @@ def test_get_epic_lightcurve(self):
588
588
_source_number = 1
589
589
xsa = XMMNewtonClass (self .get_dummy_tap_handler ())
590
590
res = xsa .get_epic_lightcurve (_tarname , _source_number ,
591
- instrument = ['M1' ,'M2' ,'PN' ])
591
+ instrument = ['M1' , 'M2' , 'PN' ])
592
592
assert res == {}
593
593
594
594
def test_get_epic_lightcurve_non_existing_file (self , capsys ):
0 commit comments