Skip to content

Commit c4740ef

Browse files
EZonigithub-actions[bot]
authored andcommitted
Update Stub Files
1 parent 44c020d commit c4740ef

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.09-4-g95822df1a393"
603+
__version__: str = "25.10"

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.09-4-g95822df1a393"
5475+
amrex_version: typing.ClassVar[str] = "25.10"
54765476
gpu_backend = None
54775477
have_eb: typing.ClassVar[bool] = False
54785478
have_gpu: typing.ClassVar[bool] = False
@@ -22646,5 +22646,5 @@ def write_single_level_plotfile(
2264622646

2264722647
__author__: str = "Axel Huebl, Ryan T. Sandberg, Shreyas Ananthan, David P. Grote, Revathi Jambunathan, Edoardo Zoni, Remi Lehe, Andrew Myers, Weiqun Zhang"
2264822648
__license__: str = "BSD-3-Clause-LBNL"
22649-
__version__: str = "25.09-4-g95822df1a393"
22649+
__version__: str = "25.10"
2265022650
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.09-4-g95822df1a393"
651+
__version__: str = "25.10"

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.09-4-g95822df1a393"
5499+
amrex_version: typing.ClassVar[str] = "25.10"
55005500
gpu_backend = None
55015501
have_eb: typing.ClassVar[bool] = True
55025502
have_gpu: typing.ClassVar[bool] = False
@@ -24678,5 +24678,5 @@ def write_single_level_plotfile(
2467824678

2467924679
__author__: str = "Axel Huebl, Ryan T. Sandberg, Shreyas Ananthan, David P. Grote, Revathi Jambunathan, Edoardo Zoni, Remi Lehe, Andrew Myers, Weiqun Zhang"
2468024680
__license__: str = "BSD-3-Clause-LBNL"
24681-
__version__: str = "25.09-4-g95822df1a393"
24681+
__version__: str = "25.10"
2468224682
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.09-4-g95822df1a393"
603+
__version__: str = "25.10"

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.09-4-g95822df1a393"
5475+
amrex_version: typing.ClassVar[str] = "25.10"
54765476
gpu_backend = None
54775477
have_eb: typing.ClassVar[bool] = True
54785478
have_gpu: typing.ClassVar[bool] = False
@@ -22824,5 +22824,5 @@ def write_single_level_plotfile(
2282422824

2282522825
__author__: str = "Axel Huebl, Ryan T. Sandberg, Shreyas Ananthan, David P. Grote, Revathi Jambunathan, Edoardo Zoni, Remi Lehe, Andrew Myers, Weiqun Zhang"
2282622826
__license__: str = "BSD-3-Clause-LBNL"
22827-
__version__: str = "25.09-4-g95822df1a393"
22827+
__version__: str = "25.10"
2282822828
IntVect = IntVect3D

0 commit comments

Comments
 (0)