Skip to content

Commit 66b789a

Browse files
ax3lgithub-actions[bot]
authored andcommitted
Update Stub Files
1 parent 09c76b2 commit 66b789a

File tree

6 files changed

+12
-12
lines changed

6 files changed

+12
-12
lines changed

src/amrex/space1d/__init__.pyi

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

554554
__author__: str = "Axel Huebl, Ryan T. Sandberg, Shreyas Ananthan, David P. Grote, Revathi Jambunathan, Edoardo Zoni, Remi Lehe, Andrew Myers, Weiqun Zhang"
555555
__license__: str = "BSD-3-Clause-LBNL"
556-
__version__: str = "24.08-12-ge792933f9561"
556+
__version__: str = "24.09"

src/amrex/space1d/amrex_1d_pybind/__init__.pyi

+3-3
Original file line numberDiff line numberDiff line change
@@ -4959,7 +4959,7 @@ class BoxArray:
49594959
def size(self) -> int: ...
49604960

49614961
class Config:
4962-
amrex_version: typing.ClassVar[str] = "24.08-12-ge792933f9561"
4962+
amrex_version: typing.ClassVar[str] = "24.09"
49634963
gpu_backend = None
49644964
have_gpu: typing.ClassVar[bool] = False
49654965
have_mpi: typing.ClassVar[bool] = True
@@ -13842,7 +13842,7 @@ class Periodicity:
1384213842
@property
1384313843
def is_any_periodic(self) -> bool: ...
1384413844
@property
13845-
def shift_IntVect(self) -> list[IntVect1D]: ...
13845+
def shift_IntVect(self, arg1: IntVect1D) -> list[IntVect1D]: ...
1384613846

1384713847
class PlotFileData:
1384813848
def DistributionMap(self, arg0: int) -> DistributionMapping: ...
@@ -18020,5 +18020,5 @@ def write_single_level_plotfile(
1802018020

1802118021
__author__: str = "Axel Huebl, Ryan T. Sandberg, Shreyas Ananthan, David P. Grote, Revathi Jambunathan, Edoardo Zoni, Remi Lehe, Andrew Myers, Weiqun Zhang"
1802218022
__license__: str = "BSD-3-Clause-LBNL"
18023-
__version__: str = "24.08-12-ge792933f9561"
18023+
__version__: str = "24.09"
1802418024
IntVect = IntVect1D

src/amrex/space2d/__init__.pyi

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

602602
__author__: str = "Axel Huebl, Ryan T. Sandberg, Shreyas Ananthan, David P. Grote, Revathi Jambunathan, Edoardo Zoni, Remi Lehe, Andrew Myers, Weiqun Zhang"
603603
__license__: str = "BSD-3-Clause-LBNL"
604-
__version__: str = "24.08-12-ge792933f9561"
604+
__version__: str = "24.09"

src/amrex/space2d/amrex_2d_pybind/__init__.pyi

+3-3
Original file line numberDiff line numberDiff line change
@@ -4983,7 +4983,7 @@ class BoxArray:
49834983
def size(self) -> int: ...
49844984

49854985
class Config:
4986-
amrex_version: typing.ClassVar[str] = "24.08-12-ge792933f9561"
4986+
amrex_version: typing.ClassVar[str] = "24.09"
49874987
gpu_backend = None
49884988
have_gpu: typing.ClassVar[bool] = False
49894989
have_mpi: typing.ClassVar[bool] = True
@@ -15049,7 +15049,7 @@ class Periodicity:
1504915049
@property
1505015050
def is_any_periodic(self) -> bool: ...
1505115051
@property
15052-
def shift_IntVect(self) -> list[IntVect2D]: ...
15052+
def shift_IntVect(self, arg1: IntVect2D) -> list[IntVect2D]: ...
1505315053

1505415054
class PlotFileData:
1505515055
def DistributionMap(self, arg0: int) -> DistributionMapping: ...
@@ -19790,5 +19790,5 @@ def write_single_level_plotfile(
1979019790

1979119791
__author__: str = "Axel Huebl, Ryan T. Sandberg, Shreyas Ananthan, David P. Grote, Revathi Jambunathan, Edoardo Zoni, Remi Lehe, Andrew Myers, Weiqun Zhang"
1979219792
__license__: str = "BSD-3-Clause-LBNL"
19793-
__version__: str = "24.08-12-ge792933f9561"
19793+
__version__: str = "24.09"
1979419794
IntVect = IntVect2D

src/amrex/space3d/__init__.pyi

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

554554
__author__: str = "Axel Huebl, Ryan T. Sandberg, Shreyas Ananthan, David P. Grote, Revathi Jambunathan, Edoardo Zoni, Remi Lehe, Andrew Myers, Weiqun Zhang"
555555
__license__: str = "BSD-3-Clause-LBNL"
556-
__version__: str = "24.08-12-ge792933f9561"
556+
__version__: str = "24.09"

src/amrex/space3d/amrex_3d_pybind/__init__.pyi

+3-3
Original file line numberDiff line numberDiff line change
@@ -4959,7 +4959,7 @@ class BoxArray:
49594959
def size(self) -> int: ...
49604960

49614961
class Config:
4962-
amrex_version: typing.ClassVar[str] = "24.08-12-ge792933f9561"
4962+
amrex_version: typing.ClassVar[str] = "24.09"
49634963
gpu_backend = None
49644964
have_gpu: typing.ClassVar[bool] = False
49654965
have_mpi: typing.ClassVar[bool] = True
@@ -13861,7 +13861,7 @@ class Periodicity:
1386113861
@property
1386213862
def is_any_periodic(self) -> bool: ...
1386313863
@property
13864-
def shift_IntVect(self) -> list[IntVect3D]: ...
13864+
def shift_IntVect(self, arg1: IntVect3D) -> list[IntVect3D]: ...
1386513865

1386613866
class PlotFileData:
1386713867
def DistributionMap(self, arg0: int) -> DistributionMapping: ...
@@ -18053,5 +18053,5 @@ def write_single_level_plotfile(
1805318053

1805418054
__author__: str = "Axel Huebl, Ryan T. Sandberg, Shreyas Ananthan, David P. Grote, Revathi Jambunathan, Edoardo Zoni, Remi Lehe, Andrew Myers, Weiqun Zhang"
1805518055
__license__: str = "BSD-3-Clause-LBNL"
18056-
__version__: str = "24.08-12-ge792933f9561"
18056+
__version__: str = "24.09"
1805718057
IntVect = IntVect3D

0 commit comments

Comments
 (0)