Commit 8c59d3f9 authored by Wei Shoulin's avatar Wei Shoulin
Browse files

find condition add

parent 8e2fe9fa
Pipeline #8008 failed with stages
in 0 seconds
......@@ -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',
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment