File tree Expand file tree Collapse file tree 2 files changed +3
-5
lines changed Expand file tree Collapse file tree 2 files changed +3
-5
lines changed Original file line number Diff line number Diff line change 25
25
26
26
from .run_summary import RunSummary
27
27
from .kernel_dataset import KernelDataset
28
+ from .aurora .process_aurora import AuroraProcessing
28
29
29
- __all__ = [
30
- "RunSummary" ,
31
- "KernelDataset" ,
32
- ]
30
+ __all__ = ["RunSummary" , "KernelDataset" , "AuroraProcessing" ]
Original file line number Diff line number Diff line change @@ -332,7 +332,7 @@ def process(
332
332
combined_tf = self .merge_transfer_functions (processed )
333
333
combined_tf_id = self .local_station_id
334
334
if self .remote_station_id :
335
- combined_tf_id += f"_ { self .remote_rr_station_id } "
335
+ combined_tf_id += f"_rr_ { self .remote_station_id } "
336
336
combined_tf_id += "_combined"
337
337
combined_tf .tf_id = combined_tf_id
338
338
processed ["combined" ] = {"processed" : True , "tf" : combined_tf }
You can’t perform that action at this time.
0 commit comments