Skip to content

Commit

Permalink
Update kernel_dataset.py
Browse files Browse the repository at this point in the history
  • Loading branch information
kujaku11 committed Nov 19, 2024
1 parent 8784a36 commit 46456ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mtpy/processing/kernel_dataset.py
Original file line number Diff line number Diff line change
Expand Up @@ -373,7 +373,7 @@ def processing_id(self) -> str:
"""
if self.remote_station_id is not None:
return (
f"{self.local_station_id}-rr_{self.remote_station_id}_"
f"{self.local_station_id}_rr_{self.remote_station_id}_"
f"sr{int(self.sample_rate)}"
)
else:
Expand Down

0 comments on commit 46456ae

Please sign in to comment.