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

tweaks

parent ea2ade78
Loading
Loading
Loading
Loading
Loading
+4 −3
Original line number Diff line number Diff line
@@ -3,12 +3,13 @@ Using simulation data

Versions
--------
In pipeline system, we use ``ver_sim`` keyword in code (e.g., ``CsstMsDataManager``).
The ``ver_sim`` uses a ``CX.Y`` format string, where
The current available CSST simulation data products are not versioned.
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,
and ``Y`` denotes the serial number.
For example, ``C5.2`` represents for the second released version of simulation in Cycle 5.
s


Server details
--------------
+1 −1
Original line number Diff line number Diff line
@@ -7,7 +7,7 @@ And `coverage`_ is used to assess the unit test coverage.

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
   :linenos: