Skip to content

Commit 500cf49

Browse files
WeiqunZhanggithub-actions[bot]
authored andcommitted
Update Stub Files
1 parent 5270fd8 commit 500cf49

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

591591
__author__: str = "Axel Huebl, Ryan T. Sandberg, Shreyas Ananthan, David P. Grote, Revathi Jambunathan, Edoardo Zoni, Remi Lehe, Andrew Myers, Weiqun Zhang"
592592
__license__: str = "BSD-3-Clause-LBNL"
593-
__version__: str = "25.03"
593+
__version__: str = "25.04"

src/amrex/space1d/amrex_1d_pybind/__init__.pyi

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

49874987
class Config:
4988-
amrex_version: typing.ClassVar[str] = "25.03"
4988+
amrex_version: typing.ClassVar[str] = "25.04"
49894989
gpu_backend = None
49904990
have_eb: typing.ClassVar[bool] = False
49914991
have_gpu: typing.ClassVar[bool] = False
@@ -20684,5 +20684,5 @@ def write_single_level_plotfile(
2068420684

2068520685
__author__: str = "Axel Huebl, Ryan T. Sandberg, Shreyas Ananthan, David P. Grote, Revathi Jambunathan, Edoardo Zoni, Remi Lehe, Andrew Myers, Weiqun Zhang"
2068620686
__license__: str = "BSD-3-Clause-LBNL"
20687-
__version__: str = "25.03"
20687+
__version__: str = "25.04"
2068820688
IntVect = IntVect1D

src/amrex/space2d/__init__.pyi

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

639639
__author__: str = "Axel Huebl, Ryan T. Sandberg, Shreyas Ananthan, David P. Grote, Revathi Jambunathan, Edoardo Zoni, Remi Lehe, Andrew Myers, Weiqun Zhang"
640640
__license__: str = "BSD-3-Clause-LBNL"
641-
__version__: str = "25.03"
641+
__version__: str = "25.04"

src/amrex/space2d/amrex_2d_pybind/__init__.pyi

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

50115011
class Config:
5012-
amrex_version: typing.ClassVar[str] = "25.03"
5012+
amrex_version: typing.ClassVar[str] = "25.04"
50135013
gpu_backend = None
50145014
have_eb: typing.ClassVar[bool] = True
50155015
have_gpu: typing.ClassVar[bool] = False
@@ -22481,5 +22481,5 @@ def write_single_level_plotfile(
2248122481

2248222482
__author__: str = "Axel Huebl, Ryan T. Sandberg, Shreyas Ananthan, David P. Grote, Revathi Jambunathan, Edoardo Zoni, Remi Lehe, Andrew Myers, Weiqun Zhang"
2248322483
__license__: str = "BSD-3-Clause-LBNL"
22484-
__version__: str = "25.03"
22484+
__version__: str = "25.04"
2248522485
IntVect = IntVect2D

src/amrex/space3d/__init__.pyi

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

591591
__author__: str = "Axel Huebl, Ryan T. Sandberg, Shreyas Ananthan, David P. Grote, Revathi Jambunathan, Edoardo Zoni, Remi Lehe, Andrew Myers, Weiqun Zhang"
592592
__license__: str = "BSD-3-Clause-LBNL"
593-
__version__: str = "25.03"
593+
__version__: str = "25.04"

src/amrex/space3d/amrex_3d_pybind/__init__.pyi

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

49874987
class Config:
4988-
amrex_version: typing.ClassVar[str] = "25.03"
4988+
amrex_version: typing.ClassVar[str] = "25.04"
49894989
gpu_backend = None
49904990
have_eb: typing.ClassVar[bool] = True
49914991
have_gpu: typing.ClassVar[bool] = False
@@ -20717,5 +20717,5 @@ def write_single_level_plotfile(
2071720717

2071820718
__author__: str = "Axel Huebl, Ryan T. Sandberg, Shreyas Ananthan, David P. Grote, Revathi Jambunathan, Edoardo Zoni, Remi Lehe, Andrew Myers, Weiqun Zhang"
2071920719
__license__: str = "BSD-3-Clause-LBNL"
20720-
__version__: str = "25.03"
20720+
__version__: str = "25.04"
2072120721
IntVect = IntVect3D

0 commit comments

Comments
 (0)