Known issues¶
The MAD-X command output may sometimes appear delayed and in wrong order. This is a problem with mixing output from C and Fortran code. On linux it can be fixed by setting
export GFORTRAN_UNBUFFERED_PRECONNECTED=yin the environment. On windows, this can be tried as well, but is not reliable to our knowledge.the MAD-X
USEcommand invalidates table row names. Therefore, usingTable.dframe()is unsafe afterUSEshould be avoided, unless manually specifying an index, e.g.Table.dframe(index='name'), see #93.