-
- Downloads
[a.fixBA_plot] Remove global variables from ba_plot (912)
Merging branch 'a.fixBA_plot' into 'main'. * The implicit parsing of commandline arguments is eliminated from the `ba_plot` module; therefore, importing `ba_plot` will have no side-effects. Originally, the implicit parsing of commandline arguments during importing led to crashes when the module was imported in a different environment, like a Jupyter notebook. * All global variables are removed from the `ba_plot.py` module and plot arguments are made explicit to avoid unexpected problems due to corruption of global variables. In the originall scheme, storing the plot arguments as global variable would lead to strange behaviour if two examples were run sequentially, since the global plot arguments would persist in the global scope from one example to the other. Related to #912 See merge request !2525
No related branches found
No related tags found
Showing
- Wrap/Python/src/bornagain/ba_fitmonitor.py 7 additions, 2 deletionsWrap/Python/src/bornagain/ba_fitmonitor.py
- Wrap/Python/src/bornagain/ba_plot.py 120 additions, 108 deletionsWrap/Python/src/bornagain/ba_plot.py
- auto/Examples/ff/BarLorentz.py 3 additions, 2 deletionsauto/Examples/ff/BarLorentz.py
- auto/Examples/ff/Bipyramid4.py 3 additions, 2 deletionsauto/Examples/ff/Bipyramid4.py
- auto/Examples/ff/Box.py 3 additions, 2 deletionsauto/Examples/ff/Box.py
- auto/Examples/ff/CantellatedCube.py 3 additions, 2 deletionsauto/Examples/ff/CantellatedCube.py
- auto/Examples/ff/Cone.py 3 additions, 2 deletionsauto/Examples/ff/Cone.py
- auto/Examples/ff/CosineRippleBox.py 3 additions, 2 deletionsauto/Examples/ff/CosineRippleBox.py
- auto/Examples/ff/Cylinder.py 3 additions, 2 deletionsauto/Examples/ff/Cylinder.py
- auto/Examples/ff/Dodecahedron.py 3 additions, 2 deletionsauto/Examples/ff/Dodecahedron.py
- auto/Examples/ff/EllipsoidalCylinder.py 3 additions, 2 deletionsauto/Examples/ff/EllipsoidalCylinder.py
- auto/Examples/ff/HemiEllipsoid.py 3 additions, 2 deletionsauto/Examples/ff/HemiEllipsoid.py
- auto/Examples/ff/HorizontalCylinder.py 3 additions, 2 deletionsauto/Examples/ff/HorizontalCylinder.py
- auto/Examples/ff/Icosahedron.py 3 additions, 2 deletionsauto/Examples/ff/Icosahedron.py
- auto/Examples/ff/PlatonicOctahedron.py 3 additions, 2 deletionsauto/Examples/ff/PlatonicOctahedron.py
- auto/Examples/ff/PlatonicTetrahedron.py 3 additions, 2 deletionsauto/Examples/ff/PlatonicTetrahedron.py
- auto/Examples/ff/Prism3.py 3 additions, 2 deletionsauto/Examples/ff/Prism3.py
- auto/Examples/ff/Prism6.py 3 additions, 2 deletionsauto/Examples/ff/Prism6.py
- auto/Examples/ff/Pyramid2.py 3 additions, 2 deletionsauto/Examples/ff/Pyramid2.py
- auto/Examples/ff/Pyramid3.py 3 additions, 2 deletionsauto/Examples/ff/Pyramid3.py
Loading
Please register or sign in to comment