Closed Rasimilian closed 1 year ago
Hi, I tried reproducing but didn't get any error. On which OS are you btw?
Windows 10
I checked on Linux and no problem was observed.
Ok, it will take me a few days to check this on windows. Did you check whether the madx command line client has the same problem there?
The madx command line works fine
Hello again! Here is a new potential problem. I'm redefining an element and trying to get a twiss in a loop. But at some point, twiss fails, the parameter of the element is set to 0 and the twiss table contains commas as a decimal separator... I usually use cpymad v1.6.0 - everything is good for this version. But for v1.9.0 I have this problem. If
madx.elements.SIL1.k1 = 0.93011966
is commented nothing breaks.madx.command.quadrupole.clone('SIL1',l=0.288,k1=0.93011966)
givesmemory access outside program range, fatal
. I guess the main problem is in the consecutive twiss calls. I need your expertise. Please.