Skip to content

Commit 46456ae

Browse files
committed
Update kernel_dataset.py
1 parent 8784a36 commit 46456ae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mtpy/processing/kernel_dataset.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -373,7 +373,7 @@ def processing_id(self) -> str:
373373
"""
374374
if self.remote_station_id is not None:
375375
return (
376-
f"{self.local_station_id}-rr_{self.remote_station_id}_"
376+
f"{self.local_station_id}_rr_{self.remote_station_id}_"
377377
f"sr{int(self.sample_rate)}"
378378
)
379379
else:

0 commit comments

Comments
 (0)