Skip to content

Commit

Permalink
Minor fix
Browse files Browse the repository at this point in the history
  • Loading branch information
geojunky committed May 8, 2024
1 parent 87a88c9 commit 9fe6c27
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions seismic/ASDFdatabase/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,6 @@
def cleanse_inventory(iinv: Inventory) -> Inventory:
oinv = iinv.copy()

# drop networks with no meaningful data
oinv = Inventory(networks=[net for net in oinv.networks
if net.total_number_of_stations is not None])
for net in oinv.networks:
net.comments = []
for sta in net.stations:
Expand Down

0 comments on commit 9fe6c27

Please sign in to comment.