Skip to content
lmether edited this page Sep 6, 2021 · 5 revisions

Tests that must be executed before a release:

  • Unit tests can be run using pytest or as follows:
cd tests
python testsuite.py
  • Examples can be run as follows:
cd examples
python radiation_damping_time_and_equilibrum_values.py
python radiation_energy_loss.py
python radiation_with_non_linear_bucket.py
python synchrotron_electrons_CLIC_DR.py
python synchrotron_LHC.py
python synchrotron.py
...

Clone this wiki locally