Skip to content

Commit

Permalink
bugfix
Browse files Browse the repository at this point in the history
  • Loading branch information
Marius Isken committed Feb 26, 2024
1 parent 9c99f20 commit cff43ae
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/qseek/search.py
Original file line number Diff line number Diff line change
Expand Up @@ -871,14 +871,12 @@ async def search(
phase=image.phase,
model=modeled_time,
observed=obs,
station_delay=delay or None,
)
if modeled_time
else None
for modeled_time, obs, delay in zip(
for modeled_time, obs in zip(
arrivals_model,
arrivals_observed,
station_delays,
strict=True,
)
]
Expand Down

0 comments on commit cff43ae

Please sign in to comment.