Pull request #145 triggered a recursive import issue latent in previous versions of the master branch.
This bug was being created by the non-local import of calc_twiss in the graphics.py module.
This PR changes that import to a local format. It also removes the module interactive.py, since it was not being used.
NOTE: Exceptionally, since this bug breaks pyaccel as whole, I want to merge it as soon as the first reviewer approves it.
Pull request #145 triggered a recursive import issue latent in previous versions of the master branch. This bug was being created by the non-local import of
calc_twiss
in thegraphics.py
module. This PR changes that import to a local format. It also removes the moduleinteractive.py
, since it was not being used.NOTE: Exceptionally, since this bug breaks
pyaccel
as whole, I want to merge it as soon as the first reviewer approves it.