|
1 | 1 | # Tests performed on pymask |
2 | 2 |
|
3 | | -Sixtracktools is on the master |
4 | | - |
5 | | -We test the commit 5da242cf332661f06a2151dc49fbf616b9806d6b |
6 | | - |
7 | 3 | N.B. For the tests to be successful make sure that cpymad and madx correspond to the same (updated!) version. |
8 | 4 |
|
9 | 5 |
|
10 | | - |
11 | 6 | ## Test 1 - b1 with bb legacy macros |
12 | 7 |
|
13 | 8 | We execute the reference: |
14 | 9 | ```bash |
15 | 10 | 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 |
17 | 12 | ``` |
18 | 13 |
|
19 | 14 | We setup the python version: |
@@ -54,7 +49,7 @@ python 000_pymask.py |
54 | 49 | We execute the reference (can be reused from the previous test): |
55 | 50 | ```bash |
56 | 51 | 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 |
58 | 53 | ``` |
59 | 54 | In the folder ```checks_and_doc```: |
60 | 55 | Configure ```t004_compare_xline_lines.py``` for the test: |
@@ -118,7 +113,7 @@ Repeat for IP1. |
118 | 113 | We execute the reference: |
119 | 114 | ```bash |
120 | 115 | 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 |
122 | 117 | ``` |
123 | 118 |
|
124 | 119 | We setup the python version: |
@@ -152,7 +147,7 @@ diff fc.34 ../../examples/hl_lhc_collision_nobb_b4/fc.34 |
152 | 147 | We execute the reference: |
153 | 148 | ```bash |
154 | 149 | 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 |
156 | 151 | ``` |
157 | 152 |
|
158 | 153 | We setup the python version: |
|
0 commit comments