xpart
Advanced tools
+1
-1
| Metadata-Version: 2.4 | ||
| Name: xpart | ||
| Version: 0.23.7 | ||
| Version: 0.23.8 | ||
| Summary: Generation of Particle Ensembles | ||
@@ -5,0 +5,0 @@ Home-page: https://xsuite.readthedocs.io/ |
| Metadata-Version: 2.4 | ||
| Name: xpart | ||
| Version: 0.23.7 | ||
| Version: 0.23.8 | ||
| Summary: Generation of Particle Ensembles | ||
@@ -5,0 +5,0 @@ Home-page: https://xsuite.readthedocs.io/ |
@@ -1,1 +0,1 @@ | ||
| __version__ = '0.23.7' | ||
| __version__ = '0.23.8' |
@@ -187,5 +187,5 @@ # copyright ############################### # | ||
| if plane == 'x': | ||
| pencil_cut_sigmas = np.abs(p_on_cut_norm.x_norm) | ||
| pencil_cut_sigmas = np.abs(p_on_cut_norm.x_norm)[0] | ||
| else: | ||
| pencil_cut_sigmas = np.abs(p_on_cut_norm.y_norm) | ||
| pencil_cut_sigmas = np.abs(p_on_cut_norm.y_norm)[0] | ||
@@ -192,0 +192,0 @@ # Generate normalized pencil in the selected plane (here w is x or y according to plane) |
Alert delta unavailable
Currently unable to show alert delta for PyPI packages.
281235
0