lnls-fac / pyaccel

Python module for beam dynamics tracking and optics calculations
MIT License
7 stars 5 forks source link

Fix recursive import #146

Closed fernandohds564 closed 2 months ago

fernandohds564 commented 2 months ago

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.