Skip to content

Commit

Permalink
Update Stub Files
Browse files Browse the repository at this point in the history
  • Loading branch information
ax3l authored and github-actions[bot] committed Aug 12, 2024
1 parent 1f62107 commit cd1682e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/python/impactx/__init__.pyi
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ from . import madx_to_impactx
__all__ = ['Config', 'CoordSystem', 'ImpactX', 'ImpactXParConstIter', 'ImpactXParIter', 'ImpactXParticleContainer', 'MADXParser', 'RefPart', 'amr', 'coordinate_transformation', 'cxx', 'distribution', 'elements', 'extensions', 'impactx_pybind', 'madx_to_impactx', 'os', 'push', 'read_beam', 'read_lattice', 'register_ImpactXParIter_extension', 'register_ImpactXParticleContainer_extension', 's', 't']
__author__: str = 'Axel Huebl, Chad Mitchell, Ryan Sandberg, Marco Garten, Ji Qiang, et al.'
__license__: str = 'BSD-3-Clause-LBNL'
__version__: str = '24.07'
__version__: str = '24.08'
s: impactx_pybind.CoordSystem # value = <CoordSystem.s: 0>
t: impactx_pybind.CoordSystem # value = <CoordSystem.t: 1>
cxx = impactx_pybind
2 changes: 1 addition & 1 deletion src/python/impactx/impactx_pybind/__init__.pyi
Original file line number Diff line number Diff line change
Expand Up @@ -626,6 +626,6 @@ def push(pc: ImpactXParticleContainer, element: elements.Empty | elements.Apertu
"""
__author__: str = 'Axel Huebl, Chad Mitchell, Ryan Sandberg, Marco Garten, Ji Qiang, et al.'
__license__: str = 'BSD-3-Clause-LBNL'
__version__: str = '24.07'
__version__: str = '24.08'
s: CoordSystem # value = <CoordSystem.s: 0>
t: CoordSystem # value = <CoordSystem.t: 1>

0 comments on commit cd1682e

Please sign in to comment.