Skip to content

Commit b4484da

Browse files
WeiqunZhanggithub-actions[bot]
authored andcommitted
Update Stub Files
1 parent 0e11327 commit b4484da

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

557557
__author__: str = "Axel Huebl, Ryan T. Sandberg, Shreyas Ananthan, David P. Grote, Revathi Jambunathan, Edoardo Zoni, Remi Lehe, Andrew Myers, Weiqun Zhang"
558558
__license__: str = "BSD-3-Clause-LBNL"
559-
__version__: str = "24.10-8-g8df11b69a116"
559+
__version__: str = "24.11"

src/amrex/space1d/amrex_1d_pybind/__init__.pyi

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

49674967
class Config:
4968-
amrex_version: typing.ClassVar[str] = "24.10-8-g8df11b69a116"
4968+
amrex_version: typing.ClassVar[str] = "24.11"
49694969
gpu_backend = None
49704970
have_eb: typing.ClassVar[bool] = False
49714971
have_gpu: typing.ClassVar[bool] = False
@@ -18379,5 +18379,5 @@ def write_single_level_plotfile(
1837918379

1838018380
__author__: str = "Axel Huebl, Ryan T. Sandberg, Shreyas Ananthan, David P. Grote, Revathi Jambunathan, Edoardo Zoni, Remi Lehe, Andrew Myers, Weiqun Zhang"
1838118381
__license__: str = "BSD-3-Clause-LBNL"
18382-
__version__: str = "24.10-8-g8df11b69a116"
18382+
__version__: str = "24.11"
1838318383
IntVect = IntVect1D

src/amrex/space2d/__init__.pyi

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

605605
__author__: str = "Axel Huebl, Ryan T. Sandberg, Shreyas Ananthan, David P. Grote, Revathi Jambunathan, Edoardo Zoni, Remi Lehe, Andrew Myers, Weiqun Zhang"
606606
__license__: str = "BSD-3-Clause-LBNL"
607-
__version__: str = "24.10-8-g8df11b69a116"
607+
__version__: str = "24.11"

src/amrex/space2d/amrex_2d_pybind/__init__.pyi

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

49914991
class Config:
4992-
amrex_version: typing.ClassVar[str] = "24.10-8-g8df11b69a116"
4992+
amrex_version: typing.ClassVar[str] = "24.11"
49934993
gpu_backend = None
49944994
have_eb: typing.ClassVar[bool] = True
49954995
have_gpu: typing.ClassVar[bool] = False
@@ -20197,5 +20197,5 @@ def write_single_level_plotfile(
2019720197

2019820198
__author__: str = "Axel Huebl, Ryan T. Sandberg, Shreyas Ananthan, David P. Grote, Revathi Jambunathan, Edoardo Zoni, Remi Lehe, Andrew Myers, Weiqun Zhang"
2019920199
__license__: str = "BSD-3-Clause-LBNL"
20200-
__version__: str = "24.10-8-g8df11b69a116"
20200+
__version__: str = "24.11"
2020120201
IntVect = IntVect2D

src/amrex/space3d/__init__.pyi

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

557557
__author__: str = "Axel Huebl, Ryan T. Sandberg, Shreyas Ananthan, David P. Grote, Revathi Jambunathan, Edoardo Zoni, Remi Lehe, Andrew Myers, Weiqun Zhang"
558558
__license__: str = "BSD-3-Clause-LBNL"
559-
__version__: str = "24.10-8-g8df11b69a116"
559+
__version__: str = "24.11"

src/amrex/space3d/amrex_3d_pybind/__init__.pyi

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

49674967
class Config:
4968-
amrex_version: typing.ClassVar[str] = "24.10-8-g8df11b69a116"
4968+
amrex_version: typing.ClassVar[str] = "24.11"
49694969
gpu_backend = None
49704970
have_eb: typing.ClassVar[bool] = True
49714971
have_gpu: typing.ClassVar[bool] = False
@@ -18412,5 +18412,5 @@ def write_single_level_plotfile(
1841218412

1841318413
__author__: str = "Axel Huebl, Ryan T. Sandberg, Shreyas Ananthan, David P. Grote, Revathi Jambunathan, Edoardo Zoni, Remi Lehe, Andrew Myers, Weiqun Zhang"
1841418414
__license__: str = "BSD-3-Clause-LBNL"
18415-
__version__: str = "24.10-8-g8df11b69a116"
18415+
__version__: str = "24.11"
1841618416
IntVect = IntVect3D

0 commit comments

Comments
 (0)