Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
csst-dfs
csst-dfs-client
Commits
8c59d3f9
Commit
8c59d3f9
authored
Mar 03, 2025
by
Wei Shoulin
Browse files
find condition add
parent
8e2fe9fa
Pipeline
#8008
failed with stages
in 0 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
tests/test_level0.py
View file @
8c59d3f9
...
...
@@ -9,8 +9,7 @@ class Level0TestCase(unittest.TestCase):
def
test_find
(
self
):
start_time
=
time
.
time
()
result
=
level0
.
find
(
obs_id
=
"10609400034529"
,
create_time
=
(
"2021-08-30 00:00:00"
,
"2024-12-30 23:59:59"
))
result
=
level0
.
find
(
module_id
=
'MSC'
,
dataset
=
"msc-v093"
)
print
(
f
"1操作执行时间:
{
time
.
time
()
-
start_time
}
秒"
)
start_time
=
time
.
time
()
result
=
level0
.
find
(
module_id
=
'MSC'
,
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment