Skip to content

Commit

Permalink
input data must be the tz as test data
Browse files Browse the repository at this point in the history
  • Loading branch information
ocefpaf committed Mar 14, 2024
1 parent e85fa8d commit 52df247
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 22 deletions.
12 changes: 6 additions & 6 deletions tests/test_config.py
Original file line number Diff line number Diff line change
Expand Up @@ -112,8 +112,8 @@ def setUp(self):
config_str = """
region: something
window:
starting: 2020-01-01T00:00:00Z
ending: 2020-04-01T00:00:00Z
starting: 2020-01-01T00:00:00
ending: 2020-04-01T00:00:00
streams:
variable1:
qartod:
Expand Down Expand Up @@ -171,8 +171,8 @@ def setUp(self):
type: Point
coordinates: [-72, 34]
window:
starting: 2020-01-01T00:00:00Z
ending: 2020-04-01T00:00:00Z
starting: 2020-01-01T00:00:00
ending: 2020-04-01T00:00:00
streams:
variable1:
qartod:
Expand All @@ -188,8 +188,8 @@ def setUp(self):
type: Point
coordinates: [-80,40]
window:
starting: 2020-01-01T00:00:00Z
ending: 2020-04-01T00:00:00Z
starting: 2020-01-01T00:00:00
ending: 2020-04-01T00:00:00
streams:
variable1:
qartod:
Expand Down
32 changes: 16 additions & 16 deletions tests/test_streams.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@ def setUp(self):
config = """
region: something
window:
starting: 2020-01-01T00:00:00Z
ending: 2020-04-01T00:00:00Z
starting: 2020-01-01T00:00:00
ending: 2020-04-01T00:00:00
streams:
variable1:
qartod:
Expand Down Expand Up @@ -146,8 +146,8 @@ def setUp(self):
config = """
region: something
window:
starting: 2020-01-01T00:00:00Z
ending: 2020-04-01T00:00:00Z
starting: 2020-01-01T00:00:00
ending: 2020-04-01T00:00:00
streams:
variable1:
qartod:
Expand Down Expand Up @@ -206,8 +206,8 @@ def setUp(self):
config = """
region: something
window:
starting: 2020-01-01T00:00:00Z
ending: 2020-04-01T00:00:00Z
starting: 2020-01-01T00:00:00
ending: 2020-04-01T00:00:00
streams:
variable1:
qartod:
Expand Down Expand Up @@ -271,8 +271,8 @@ def setUp(self):
config = """
region: something
window:
starting: 2020-01-01T00:00:00Z
ending: 2020-04-01T00:00:00Z
starting: 2020-01-01T00:00:00
ending: 2020-04-01T00:00:00
streams:
variable1:
qartod:
Expand Down Expand Up @@ -336,8 +336,8 @@ def setUp(self):
contexts:
- region: something
window:
starting: 2020-01-01T00:00:00Z
ending: 2020-02-01T00:00:00Z
starting: 2020-01-01T00:00:00
ending: 2020-02-01T00:00:00
streams:
variable1:
qartod:
Expand All @@ -351,8 +351,8 @@ def setUp(self):
fail_span: [22, 25]
- region: something else
window:
starting: 2020-02-01T00:00:00Z
ending: 2020-03-01T00:00:00Z
starting: 2020-02-01T00:00:00
ending: 2020-03-01T00:00:00
streams:
variable1:
qartod:
Expand Down Expand Up @@ -423,8 +423,8 @@ def setUp(self):
contexts:
- region: something
window:
starting: 2020-01-01T00:00:00Z
ending: 2020-02-01T00:00:00Z
starting: 2020-01-01T00:00:00
ending: 2020-02-01T00:00:00
streams:
variable1:
qartod:
Expand All @@ -438,8 +438,8 @@ def setUp(self):
fail_span: [22, 25]
- region: something else
window:
starting: 2020-02-01T00:00:00Z
ending: 2020-03-01T00:00:00Z
starting: 2020-02-01T00:00:00
ending: 2020-03-01T00:00:00
streams:
variable1:
qartod:
Expand Down

0 comments on commit 52df247

Please sign in to comment.