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-pipeline
csst_common
Commits
608515ba
Commit
608515ba
authored
Oct 27, 2025
by
BO ZHANG
🏀
Browse files
tweak
parent
188b76d9
Pipeline
#11004
passed with stage
Changes
1
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
tests/test_io.py
View file @
608515ba
...
...
@@ -150,4 +150,4 @@ class TestFitsHeaderOps(unittest.TestCase):
t
=
table
.
Table
([{
"a"
:
1
,
"b"
:
2
}]
*
5
)
meta
=
generate_meta
(
obs_id
=
"123456"
)
t
=
add_meta_to_table
(
t
,
meta
)
self
.
assertEqual
(
set
(
t
.
colnames
),
(
"a"
,
"b"
,
"healpix"
,
"data_uuid"
)
)
self
.
assertEqual
(
set
(
t
.
colnames
),
{
"a"
,
"b"
,
"healpix"
,
"data_uuid"
}
)
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