Skip to content

Commit 5f92201

Browse files
ax3lgithub-actions[bot]
authored andcommitted
Update Stub Files
1 parent a42d589 commit 5f92201

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

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

src/amrex/space1d/amrex_1d_pybind/__init__.pyi

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

54745474
class Config:
5475-
amrex_version: typing.ClassVar[str] = "25.07"
5475+
amrex_version: typing.ClassVar[str] = "25.08"
54765476
gpu_backend = None
54775477
have_eb: typing.ClassVar[bool] = False
54785478
have_gpu: typing.ClassVar[bool] = False
@@ -22615,5 +22615,5 @@ def write_single_level_plotfile(
2261522615

2261622616
__author__: str = "Axel Huebl, Ryan T. Sandberg, Shreyas Ananthan, David P. Grote, Revathi Jambunathan, Edoardo Zoni, Remi Lehe, Andrew Myers, Weiqun Zhang"
2261722617
__license__: str = "BSD-3-Clause-LBNL"
22618-
__version__: str = "25.07"
22618+
__version__: str = "25.08"
2261922619
IntVect = IntVect1D

src/amrex/space2d/__init__.pyi

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

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

src/amrex/space2d/amrex_2d_pybind/__init__.pyi

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

54985498
class Config:
5499-
amrex_version: typing.ClassVar[str] = "25.07"
5499+
amrex_version: typing.ClassVar[str] = "25.08"
55005500
gpu_backend = None
55015501
have_eb: typing.ClassVar[bool] = True
55025502
have_gpu: typing.ClassVar[bool] = False
@@ -24644,5 +24644,5 @@ def write_single_level_plotfile(
2464424644

2464524645
__author__: str = "Axel Huebl, Ryan T. Sandberg, Shreyas Ananthan, David P. Grote, Revathi Jambunathan, Edoardo Zoni, Remi Lehe, Andrew Myers, Weiqun Zhang"
2464624646
__license__: str = "BSD-3-Clause-LBNL"
24647-
__version__: str = "25.07"
24647+
__version__: str = "25.08"
2464824648
IntVect = IntVect2D

src/amrex/space3d/__init__.pyi

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

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

src/amrex/space3d/amrex_3d_pybind/__init__.pyi

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

54745474
class Config:
5475-
amrex_version: typing.ClassVar[str] = "25.07"
5475+
amrex_version: typing.ClassVar[str] = "25.08"
54765476
gpu_backend = None
54775477
have_eb: typing.ClassVar[bool] = True
54785478
have_gpu: typing.ClassVar[bool] = False
@@ -22793,5 +22793,5 @@ def write_single_level_plotfile(
2279322793

2279422794
__author__: str = "Axel Huebl, Ryan T. Sandberg, Shreyas Ananthan, David P. Grote, Revathi Jambunathan, Edoardo Zoni, Remi Lehe, Andrew Myers, Weiqun Zhang"
2279522795
__license__: str = "BSD-3-Clause-LBNL"
22796-
__version__: str = "25.07"
22796+
__version__: str = "25.08"
2279722797
IntVect = IntVect3D

0 commit comments

Comments
 (0)