Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: rename scedc_s3store #26

Merged
merged 2 commits into from
Feb 28, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
File renamed without changes.
2 changes: 1 addition & 1 deletion tests/test_channel_filter_store.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
from test_scedc_s3store import timespan1

from noisepy.seis.io.channel_filter_store import LocationChannelFilterStore, channel_filter
from noisepy.seis.io.scedc_s3store import SCEDCS3DataStore
from noisepy.seis.io.s3store import SCEDCS3DataStore


def test_location_filtering():
Expand Down
2 changes: 1 addition & 1 deletion tests/test_ncedc_s3store.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
import pytest
from datetimerange import DateTimeRange

from noisepy.seis.io.scedc_s3store import NCEDCS3DataStore
from noisepy.seis.io.s3store import NCEDCS3DataStore

timespan1 = DateTimeRange(
datetime(2022, 1, 2, tzinfo=timezone.utc), datetime(2022, 1, 3, tzinfo=timezone.utc)
Expand Down
2 changes: 1 addition & 1 deletion tests/test_scedc_s3store.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

from noisepy.seis.io.channel_filter_store import channel_filter
from noisepy.seis.io.datatypes import Channel, ChannelType, Station
from noisepy.seis.io.scedc_s3store import SCEDCS3DataStore
from noisepy.seis.io.s3store import SCEDCS3DataStore

timespan1 = DateTimeRange(
datetime(2022, 1, 2, tzinfo=timezone.utc), datetime(2022, 1, 3, tzinfo=timezone.utc)
Expand Down
Loading