Commit ee4a3463 authored by BO ZHANG's avatar BO ZHANG 🏀
Browse files

tweaks

parent ea2ade78
Pipeline #193 passed with stages
in 35 seconds
...@@ -3,12 +3,13 @@ Using simulation data ...@@ -3,12 +3,13 @@ Using simulation data
Versions Versions
-------- --------
In pipeline system, we use ``ver_sim`` keyword in code (e.g., ``CsstMsDataManager``). The current available CSST simulation data products are not versioned.
The ``ver_sim`` uses a ``CX.Y`` format string, where Therefore, in pipeline system, we use ``ver_sim`` keyword in code (e.g., ``CsstMsDataManager``).
The ``ver_sim`` uses a ``C{X}.{Y}`` format string, where
``X`` denotes the Cycle during which the simulation is released, ``X`` denotes the Cycle during which the simulation is released,
and ``Y`` denotes the serial number. and ``Y`` denotes the serial number.
For example, ``C5.2`` represents for the second released version of simulation in Cycle 5. For example, ``C5.2`` represents for the second released version of simulation in Cycle 5.
s
Server details Server details
-------------- --------------
......
...@@ -7,7 +7,7 @@ And `coverage`_ is used to assess the unit test coverage. ...@@ -7,7 +7,7 @@ And `coverage`_ is used to assess the unit test coverage.
Introduction to ``unittest`` Introduction to ``unittest``
---------------------------- ----------------------------
Here we show an example of an example unit test on ``csst_proto.top_level_interface.flip_image`` Here we show an example unit test on ``csst_proto.top_level_interface.flip_image``.
.. literalinclude:: ../../tests/test_flip_image.py .. literalinclude:: ../../tests/test_flip_image.py
:linenos: :linenos:
......
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