We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 328ee19 commit 74cca07Copy full SHA for 74cca07
tests/test_new_query_functions.py
@@ -66,8 +66,8 @@ def test_get_ramses_data():
66
"FA/RAMSES/DERIVED/RRS/CALIBRATED",
67
"FA/RAMSES/DERIVED/PAR/CALIBRATED",
68
]
69
- start_time = "2023-07-14T00:00:00"
70
- end_time = "2023-07-14T00:05:00"
+ start_time = "2023-07-11T13:01:00"
+ end_time = "2023-07-11T13:05:00"
71
t = get_ramses_data(
72
vessel_name="FA",
73
param_paths=param_paths,
0 commit comments