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-sims
csst_mci_sim
Commits
13f82970
Commit
13f82970
authored
Apr 13, 2024
by
Yan Zhaojun
Browse files
test
parent
ad91bcf4
Pipeline
#4003
passed with stage
in 0 seconds
Changes
2
Pipelines
1
Show whitespace changes
Inline
Side-by-side
setup.py
View file @
13f82970
...
...
@@ -16,7 +16,7 @@ with open("requirements.txt", "r") as f:
setuptools
.
setup
(
name
=
'csst_mci_sim'
,
# Internal_Version = '0.7.02',
version
=
'
1
.0.0'
,
version
=
'
2
.0.0'
,
author
=
'CSST Team'
,
author_email
=
'zhaojunyan@shao.ac.cn'
,
description
=
'The CSST - mci - sim'
,
# short description
...
...
tests/test_mci_sim.py
View file @
13f82970
...
...
@@ -17,6 +17,7 @@ import sys
class
TestDemoFunction
(
unittest
.
TestCase
):
def
test_mci_sim_1
(
self
):
"""
Aim
---
...
...
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