Commit 4a697122 authored by Yan Zhaojun's avatar Yan Zhaojun
Browse files

update

parent 38cc79d7
Pipeline #7127 passed with stage
in 0 seconds
......@@ -50,7 +50,7 @@ def onOrbitObsPosition(path, input_ra_list, input_dec_list, input_pmra_list, inp
input_vy = input_vy*1000.0
input_vz = input_vz*1000.0
if isinstance(type(input_date_str), type("2025-03-05")):
if isinstance(type(input_date_str), type("2025-03-05")):
# type(input_date_str) != type("2025-03-05"):
raise TypeError("Parameter 15 is not string!", input_date_str)
else:
......
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