Skip to content

Commit

Permalink
Merge branch 'develop' of github.com:GeoscienceAustralia/passive-seis…
Browse files Browse the repository at this point in the history
…mic into develop
  • Loading branch information
zhang01GA committed Feb 6, 2019
2 parents a36c0b0 + 25a9397 commit 3707508
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion seismic/inventory/engd2stxml.py
Original file line number Diff line number Diff line change
Expand Up @@ -364,7 +364,7 @@ def removeIrisDuplicates(df, iris_inv):
:param df: Dataframe containing station records. Is modified in-place by this function.
:type df: pandas.DataFrame
:param iris_inv: Station inventory as read by obspy.read_inventory.
:type iris_inv: obspy.Inventory
:type iris_inv: obspy.core.inventory.inventory.Inventory
"""
if show_progress:
pbar = tqdm.tqdm(total=len(df), ascii=True)
Expand Down

0 comments on commit 3707508

Please sign in to comment.