Skip to content
Snippets Groups Projects
Commit 9c400be1 authored by Wilbur, Spencer Franklin's avatar Wilbur, Spencer Franklin
Browse files

Merge branch 'Latest_ASL_Changes' into 'master'

Updating this branch to fix the issue concerning Python version compatability

See merge request !287
parents 04ce712f b780c4ee
No related branches found
No related tags found
1 merge request!287Updating this branch to fix the issue concerning Python version compatability
Pipeline #367163 passed
from typing import List, Optional
from typing import List, Tuple, Optional
from obspy import Trace, UTCDateTime, Stream
from obspy.clients.iris.client import Client
......@@ -227,7 +227,7 @@ class IRISFactory(MiniSeedFactory):
def _get_orientations(
self, trace: Trace, starttime: UTCDateTime
) -> tuple[float, float]:
) -> Tuple[float, float]:
# Retrieve station orientation information using FDSN for each trace
# print(trace.stats.location)
sncl = IRISSNCL.get_sncl(
......
This diff is collapsed.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment