Skip to content

Commit b931d51

Browse files
ax3lgithub-actions[bot]
authored andcommitted
Update Stub Files
1 parent 3ecd8f7 commit b931d51

File tree

6 files changed

+9
-9
lines changed

6 files changed

+9
-9
lines changed

src/amrex/space1d/__init__.pyi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -600,4 +600,4 @@ def d_decl(x, y, z):
600600

601601
__author__: str = "Axel Huebl, Ryan T. Sandberg, Shreyas Ananthan, David P. Grote, Revathi Jambunathan, Edoardo Zoni, Remi Lehe, Andrew Myers, Weiqun Zhang"
602602
__license__: str = "BSD-3-Clause-LBNL"
603-
__version__: str = "25.06"
603+
__version__: str = "25.07"

src/amrex/space1d/amrex_1d_pybind/__init__.pyi

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4998,7 +4998,7 @@ class BoxArray:
49984998
def size(self) -> int: ...
49994999

50005000
class Config:
5001-
amrex_version: typing.ClassVar[str] = "25.06"
5001+
amrex_version: typing.ClassVar[str] = "25.07"
50025002
gpu_backend = None
50035003
have_eb: typing.ClassVar[bool] = False
50045004
have_gpu: typing.ClassVar[bool] = False
@@ -20789,5 +20789,5 @@ def write_single_level_plotfile(
2078920789

2079020790
__author__: str = "Axel Huebl, Ryan T. Sandberg, Shreyas Ananthan, David P. Grote, Revathi Jambunathan, Edoardo Zoni, Remi Lehe, Andrew Myers, Weiqun Zhang"
2079120791
__license__: str = "BSD-3-Clause-LBNL"
20792-
__version__: str = "25.06"
20792+
__version__: str = "25.07"
2079320793
IntVect = IntVect1D

src/amrex/space2d/__init__.pyi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -648,4 +648,4 @@ def d_decl(x, y, z):
648648

649649
__author__: str = "Axel Huebl, Ryan T. Sandberg, Shreyas Ananthan, David P. Grote, Revathi Jambunathan, Edoardo Zoni, Remi Lehe, Andrew Myers, Weiqun Zhang"
650650
__license__: str = "BSD-3-Clause-LBNL"
651-
__version__: str = "25.06"
651+
__version__: str = "25.07"

src/amrex/space2d/amrex_2d_pybind/__init__.pyi

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5022,7 +5022,7 @@ class BoxArray:
50225022
def size(self) -> int: ...
50235023

50245024
class Config:
5025-
amrex_version: typing.ClassVar[str] = "25.06"
5025+
amrex_version: typing.ClassVar[str] = "25.07"
50265026
gpu_backend = None
50275027
have_eb: typing.ClassVar[bool] = True
50285028
have_gpu: typing.ClassVar[bool] = False
@@ -22598,5 +22598,5 @@ def write_single_level_plotfile(
2259822598

2259922599
__author__: str = "Axel Huebl, Ryan T. Sandberg, Shreyas Ananthan, David P. Grote, Revathi Jambunathan, Edoardo Zoni, Remi Lehe, Andrew Myers, Weiqun Zhang"
2260022600
__license__: str = "BSD-3-Clause-LBNL"
22601-
__version__: str = "25.06"
22601+
__version__: str = "25.07"
2260222602
IntVect = IntVect2D

src/amrex/space3d/__init__.pyi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -600,4 +600,4 @@ def d_decl(x, y, z):
600600

601601
__author__: str = "Axel Huebl, Ryan T. Sandberg, Shreyas Ananthan, David P. Grote, Revathi Jambunathan, Edoardo Zoni, Remi Lehe, Andrew Myers, Weiqun Zhang"
602602
__license__: str = "BSD-3-Clause-LBNL"
603-
__version__: str = "25.06"
603+
__version__: str = "25.07"

src/amrex/space3d/amrex_3d_pybind/__init__.pyi

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4998,7 +4998,7 @@ class BoxArray:
49984998
def size(self) -> int: ...
49994999

50005000
class Config:
5001-
amrex_version: typing.ClassVar[str] = "25.06"
5001+
amrex_version: typing.ClassVar[str] = "25.07"
50025002
gpu_backend = None
50035003
have_eb: typing.ClassVar[bool] = True
50045004
have_gpu: typing.ClassVar[bool] = False
@@ -20822,5 +20822,5 @@ def write_single_level_plotfile(
2082220822

2082320823
__author__: str = "Axel Huebl, Ryan T. Sandberg, Shreyas Ananthan, David P. Grote, Revathi Jambunathan, Edoardo Zoni, Remi Lehe, Andrew Myers, Weiqun Zhang"
2082420824
__license__: str = "BSD-3-Clause-LBNL"
20825-
__version__: str = "25.06"
20825+
__version__: str = "25.07"
2082620826
IntVect = IntVect3D

0 commit comments

Comments
 (0)