Skip to content

Commit

Permalink
test: fix qa only data issue
Browse files Browse the repository at this point in the history
  • Loading branch information
kan-fu committed Dec 16, 2024
1 parent 1fea9a0 commit ed02b61
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -93,8 +93,8 @@ params = {
"deviceCategoryCode": "CTD",
"dataProductCode": "TSSP",
"extension": "png",
"dateFrom": "2019-06-20T00:00:00.000Z",
"dateTo": "2019-06-20T00:30:00.000Z",
"dateFrom": "2020-05-02T00:00:00.000Z",
"dateTo": "2020-05-02T00:30:00.000Z",
"dpo_qualityControl": "1",
"dpo_resample": "none",
}
Expand Down
4 changes: 2 additions & 2 deletions doc/source/Code_Examples/Download_Data_Products.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ params = {
"deviceCategoryCode": "CTD",
"dataProductCode": "TSSP",
"extension": "png",
"dateFrom": "2019-06-20T00:00:00.000Z",
"dateTo": "2019-06-21T00:00:00.000Z",
"dateFrom": "2019-02-05T00:00:00.000Z",
"dateTo": "2019-02-06T00:00:00.000Z",
"dpo_qualityControl": "1",
"dpo_resample": "none",
}
Expand Down

0 comments on commit ed02b61

Please sign in to comment.