File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -398,7 +398,7 @@ def fret_2cde(
398398 alias = "fret_2cde" ,
399399 ) -> Bursts :
400400 if self .burst_data .is_empty ():
401- burst_data = self .burst_data .with_columns (pl .lit (None ).alias ("fret_2cde" ))
401+ burst_data = self .burst_data .with_columns (pl .lit (None ).alias (alias ))
402402 return Bursts (burst_data , self .photon_data , self .metadata , self .cfg )
403403
404404 assert photons .timestamps_unit
@@ -428,7 +428,7 @@ def alex_2cde(
428428 alias = "alex_2cde" ,
429429 ) -> Bursts :
430430 if self .burst_data .is_empty ():
431- burst_data = self .burst_data .with_columns (pl .lit (None ).alias ("alex_2cde" ))
431+ burst_data = self .burst_data .with_columns (pl .lit (None ).alias (alias ))
432432 return Bursts (burst_data , self .photon_data , self .metadata , self .cfg )
433433
434434 dex_streams = dex_streams if dex_streams else ["DD" , "DA" ]
You can’t perform that action at this time.
0 commit comments