Skip to content

Commit 3699781

Browse files
ax3lgithub-actions[bot]
authored andcommitted
Update Stub Files
1 parent 2f10235 commit 3699781

File tree

6 files changed

+9
-9
lines changed

6 files changed

+9
-9
lines changed

src/amrex/space1d/__init__.pyi

+1-1
Original file line numberDiff line numberDiff line change
@@ -553,4 +553,4 @@ def d_decl(x, y, z):
553553

554554
__author__: str = "Axel Huebl, Ryan T. Sandberg, Shreyas Ananthan, David P. Grote, Revathi Jambunathan, Edoardo Zoni, Remi Lehe, Andrew Myers, Weiqun Zhang"
555555
__license__: str = "BSD-3-Clause-LBNL"
556-
__version__: str = "24.09-17-gb454719b10b8"
556+
__version__: str = "24.10"

src/amrex/space1d/amrex_1d_pybind/__init__.pyi

+2-2
Original file line numberDiff line numberDiff line change
@@ -4959,7 +4959,7 @@ class BoxArray:
49594959
def size(self) -> int: ...
49604960

49614961
class Config:
4962-
amrex_version: typing.ClassVar[str] = "24.09-17-gb454719b10b8"
4962+
amrex_version: typing.ClassVar[str] = "24.10"
49634963
gpu_backend = None
49644964
have_eb: typing.ClassVar[bool] = False
49654965
have_gpu: typing.ClassVar[bool] = False
@@ -18021,5 +18021,5 @@ def write_single_level_plotfile(
1802118021

1802218022
__author__: str = "Axel Huebl, Ryan T. Sandberg, Shreyas Ananthan, David P. Grote, Revathi Jambunathan, Edoardo Zoni, Remi Lehe, Andrew Myers, Weiqun Zhang"
1802318023
__license__: str = "BSD-3-Clause-LBNL"
18024-
__version__: str = "24.09-17-gb454719b10b8"
18024+
__version__: str = "24.10"
1802518025
IntVect = IntVect1D

src/amrex/space2d/__init__.pyi

+1-1
Original file line numberDiff line numberDiff line change
@@ -601,4 +601,4 @@ def d_decl(x, y, z):
601601

602602
__author__: str = "Axel Huebl, Ryan T. Sandberg, Shreyas Ananthan, David P. Grote, Revathi Jambunathan, Edoardo Zoni, Remi Lehe, Andrew Myers, Weiqun Zhang"
603603
__license__: str = "BSD-3-Clause-LBNL"
604-
__version__: str = "24.09-17-gb454719b10b8"
604+
__version__: str = "24.10"

src/amrex/space2d/amrex_2d_pybind/__init__.pyi

+2-2
Original file line numberDiff line numberDiff line change
@@ -4983,7 +4983,7 @@ class BoxArray:
49834983
def size(self) -> int: ...
49844984

49854985
class Config:
4986-
amrex_version: typing.ClassVar[str] = "24.09-17-gb454719b10b8"
4986+
amrex_version: typing.ClassVar[str] = "24.10"
49874987
gpu_backend = None
49884988
have_eb: typing.ClassVar[bool] = True
49894989
have_gpu: typing.ClassVar[bool] = False
@@ -19791,5 +19791,5 @@ def write_single_level_plotfile(
1979119791

1979219792
__author__: str = "Axel Huebl, Ryan T. Sandberg, Shreyas Ananthan, David P. Grote, Revathi Jambunathan, Edoardo Zoni, Remi Lehe, Andrew Myers, Weiqun Zhang"
1979319793
__license__: str = "BSD-3-Clause-LBNL"
19794-
__version__: str = "24.09-17-gb454719b10b8"
19794+
__version__: str = "24.10"
1979519795
IntVect = IntVect2D

src/amrex/space3d/__init__.pyi

+1-1
Original file line numberDiff line numberDiff line change
@@ -553,4 +553,4 @@ def d_decl(x, y, z):
553553

554554
__author__: str = "Axel Huebl, Ryan T. Sandberg, Shreyas Ananthan, David P. Grote, Revathi Jambunathan, Edoardo Zoni, Remi Lehe, Andrew Myers, Weiqun Zhang"
555555
__license__: str = "BSD-3-Clause-LBNL"
556-
__version__: str = "24.09-17-gb454719b10b8"
556+
__version__: str = "24.10"

src/amrex/space3d/amrex_3d_pybind/__init__.pyi

+2-2
Original file line numberDiff line numberDiff line change
@@ -4959,7 +4959,7 @@ class BoxArray:
49594959
def size(self) -> int: ...
49604960

49614961
class Config:
4962-
amrex_version: typing.ClassVar[str] = "24.09-17-gb454719b10b8"
4962+
amrex_version: typing.ClassVar[str] = "24.10"
49634963
gpu_backend = None
49644964
have_eb: typing.ClassVar[bool] = True
49654965
have_gpu: typing.ClassVar[bool] = False
@@ -18054,5 +18054,5 @@ def write_single_level_plotfile(
1805418054

1805518055
__author__: str = "Axel Huebl, Ryan T. Sandberg, Shreyas Ananthan, David P. Grote, Revathi Jambunathan, Edoardo Zoni, Remi Lehe, Andrew Myers, Weiqun Zhang"
1805618056
__license__: str = "BSD-3-Clause-LBNL"
18057-
__version__: str = "24.09-17-gb454719b10b8"
18057+
__version__: str = "24.10"
1805818058
IntVect = IntVect3D

0 commit comments

Comments
 (0)