Skip to content

Commit a9c217e

Browse files
authored
Update tests.md
1 parent d446aa0 commit a9c217e

File tree

1 file changed

+4
-9
lines changed
  • python_examples/hl_lhc_collisions_python/checks_and_doc

1 file changed

+4
-9
lines changed

python_examples/hl_lhc_collisions_python/checks_and_doc/tests.md

Lines changed: 4 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,14 @@
11
# Tests performed on pymask
22

3-
Sixtracktools is on the master
4-
5-
We test the commit 5da242cf332661f06a2151dc49fbf616b9806d6b
6-
73
N.B. For the tests to be successful make sure that cpymad and madx correspond to the same (updated!) version.
84

95

10-
116
## Test 1 - b1 with bb legacy macros
127

138
We execute the reference:
149
```bash
1510
cd ../../examples/hl_lhc_collision
16-
python ../../unmask.py main.mask parameters_for_unmask.txt --run
11+
python ../../unmask.py main.mask parameters_for_unmask.txt --run-cpymad
1712
```
1813

1914
We setup the python version:
@@ -54,7 +49,7 @@ python 000_pymask.py
5449
We execute the reference (can be reused from the previous test):
5550
```bash
5651
cd ../../examples/hl_lhc_collision
57-
python ../../unmask.py main.mask parameters_for_unmask.txt --run
52+
python ../../unmask.py main.mask parameters_for_unmask.txt --run-cpymad
5853
```
5954
In the folder ```checks_and_doc```:
6055
Configure ```t004_compare_xline_lines.py``` for the test:
@@ -118,7 +113,7 @@ Repeat for IP1.
118113
We execute the reference:
119114
```bash
120115
cd ../../examples/hl_lhc_collision_nobb_b4
121-
python ../../unmask.py main.mask parameters_for_unmask.txt --run
116+
python ../../unmask.py main.mask parameters_for_unmask.txt --run-cpymad
122117
```
123118

124119
We setup the python version:
@@ -152,7 +147,7 @@ diff fc.34 ../../examples/hl_lhc_collision_nobb_b4/fc.34
152147
We execute the reference:
153148
```bash
154149
cd ../../examples/hl_lhc_collision_nobb_b4
155-
python ../../unmask.py main.mask parameters_for_unmask.txt --run
150+
python ../../unmask.py main.mask parameters_for_unmask.txt --run-cpymad
156151
```
157152

158153
We setup the python version:

0 commit comments

Comments
 (0)