Skip to content

Commit 0283db4

Browse files
ax3lgithub-actions[bot]
authored andcommitted
Update Stub Files
1 parent 319b8b6 commit 0283db4

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
@@ -546,4 +546,4 @@ def d_decl(x, y, z):
546546

547547
__author__: str = "Axel Huebl, Ryan T. Sandberg, Shreyas Ananthan, David P. Grote, Revathi Jambunathan, Edoardo Zoni, Remi Lehe, Andrew Myers, Weiqun Zhang"
548548
__license__: str = "BSD-3-Clause-LBNL"
549-
__version__: str = "23.12-10-gecaa46d0be4b"
549+
__version__: str = "24.01"

src/amrex/space1d/amrex_1d_pybind/__init__.pyi

+2-2
Original file line numberDiff line numberDiff line change
@@ -3872,7 +3872,7 @@ class BoxArray:
38723872
def size(self) -> int: ...
38733873

38743874
class Config:
3875-
amrex_version: typing.ClassVar[str] = "23.12-10-gecaa46d0be4b"
3875+
amrex_version: typing.ClassVar[str] = "24.01"
38763876
gpu_backend = None
38773877
have_gpu: typing.ClassVar[bool] = False
38783878
have_mpi: typing.ClassVar[bool] = True
@@ -13663,4 +13663,4 @@ def write_single_level_plotfile(
1366313663

1366413664
__author__: str = "Axel Huebl, Ryan T. Sandberg, Shreyas Ananthan, David P. Grote, Revathi Jambunathan, Edoardo Zoni, Remi Lehe, Andrew Myers, Weiqun Zhang"
1366513665
__license__: str = "BSD-3-Clause-LBNL"
13666-
__version__: str = "23.12-10-gecaa46d0be4b"
13666+
__version__: str = "24.01"

src/amrex/space2d/__init__.pyi

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

547547
__author__: str = "Axel Huebl, Ryan T. Sandberg, Shreyas Ananthan, David P. Grote, Revathi Jambunathan, Edoardo Zoni, Remi Lehe, Andrew Myers, Weiqun Zhang"
548548
__license__: str = "BSD-3-Clause-LBNL"
549-
__version__: str = "23.12-10-gecaa46d0be4b"
549+
__version__: str = "24.01"

src/amrex/space2d/amrex_2d_pybind/__init__.pyi

+2-2
Original file line numberDiff line numberDiff line change
@@ -3872,7 +3872,7 @@ class BoxArray:
38723872
def size(self) -> int: ...
38733873

38743874
class Config:
3875-
amrex_version: typing.ClassVar[str] = "23.12-10-gecaa46d0be4b"
3875+
amrex_version: typing.ClassVar[str] = "24.01"
38763876
gpu_backend = None
38773877
have_gpu: typing.ClassVar[bool] = False
38783878
have_mpi: typing.ClassVar[bool] = True
@@ -13681,4 +13681,4 @@ def write_single_level_plotfile(
1368113681

1368213682
__author__: str = "Axel Huebl, Ryan T. Sandberg, Shreyas Ananthan, David P. Grote, Revathi Jambunathan, Edoardo Zoni, Remi Lehe, Andrew Myers, Weiqun Zhang"
1368313683
__license__: str = "BSD-3-Clause-LBNL"
13684-
__version__: str = "23.12-10-gecaa46d0be4b"
13684+
__version__: str = "24.01"

src/amrex/space3d/__init__.pyi

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

547547
__author__: str = "Axel Huebl, Ryan T. Sandberg, Shreyas Ananthan, David P. Grote, Revathi Jambunathan, Edoardo Zoni, Remi Lehe, Andrew Myers, Weiqun Zhang"
548548
__license__: str = "BSD-3-Clause-LBNL"
549-
__version__: str = "23.12-10-gecaa46d0be4b"
549+
__version__: str = "24.01"

src/amrex/space3d/amrex_3d_pybind/__init__.pyi

+2-2
Original file line numberDiff line numberDiff line change
@@ -3872,7 +3872,7 @@ class BoxArray:
38723872
def size(self) -> int: ...
38733873

38743874
class Config:
3875-
amrex_version: typing.ClassVar[str] = "23.12-10-gecaa46d0be4b"
3875+
amrex_version: typing.ClassVar[str] = "24.01"
38763876
gpu_backend = None
38773877
have_gpu: typing.ClassVar[bool] = False
38783878
have_mpi: typing.ClassVar[bool] = True
@@ -13706,4 +13706,4 @@ def write_single_level_plotfile(
1370613706

1370713707
__author__: str = "Axel Huebl, Ryan T. Sandberg, Shreyas Ananthan, David P. Grote, Revathi Jambunathan, Edoardo Zoni, Remi Lehe, Andrew Myers, Weiqun Zhang"
1370813708
__license__: str = "BSD-3-Clause-LBNL"
13709-
__version__: str = "23.12-10-gecaa46d0be4b"
13709+
__version__: str = "24.01"

0 commit comments

Comments
 (0)