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
375ce687
Commit
375ce687
authored
Apr 13, 2024
by
Yan Zhaojun
Browse files
test
parent
3b10d888
Pipeline
#4011
failed with stage
in 0 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
setup.py
View file @
375ce687
...
@@ -36,9 +36,9 @@ setuptools.setup(
...
@@ -36,9 +36,9 @@ setuptools.setup(
"Topic :: Scientific/Engineering :: Physics"
,
"Topic :: Scientific/Engineering :: Physics"
,
"Topic :: Scientific/Engineering :: Astronomy"
],
"Topic :: Scientific/Engineering :: Astronomy"
],
package_dir
=
{
'csst_mci_sim'
:
'csst_mci_sim'
},
package_dir
=
{
'csst_mci_sim'
:
'csst_mci_sim'
},
#
include_package_data=True,
include_package_data
=
True
,
package_data
=
{
""
:
[
"LICENSE"
,
"README.md"
],
package_data
=
{
""
:
[
"LICENSE"
,
"README.md"
],
"csst_mci_sim"
:
[
"mci_so/*"
,
"mci_data/*"
,
"CTI/*"
,
"support/*"
,
"mci_data/refs/*"
,
"mci_data/refs/orbit20160925/*"
]},
"csst_mci_sim"
:
[
"mci_so/*"
,
"mci_data/*"
,
"CTI/*"
,
"support/*"
]},
# install_requires=['sphinx',
# install_requires=['sphinx',
# 'numpy',
# 'numpy',
# 'scipy', 'matplotlib',
# 'scipy', 'matplotlib',
...
...
tests/test_mci_sim.py
View file @
375ce687
...
@@ -41,7 +41,7 @@ class TestDemoFunction(unittest.TestCase):
...
@@ -41,7 +41,7 @@ class TestDemoFunction(unittest.TestCase):
print
(
"当前路径:"
,
current_path
)
print
(
"当前路径:"
,
current_path
)
configfile
=
'
./mci_data/
mci_all_9K.config'
configfile
=
'mci_all_9K.config'
sourcein
=
'EXDF'
sourcein
=
'EXDF'
print
(
configfile
)
print
(
configfile
)
...
...
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