Skip to content

Commit

Permalink
Update Stub Files
Browse files Browse the repository at this point in the history
  • Loading branch information
ax3l authored and github-actions[bot] committed Sep 4, 2024
1 parent 09c76b2 commit 66b789a
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion src/amrex/space1d/__init__.pyi
Original file line number Diff line number Diff line change
Expand Up @@ -553,4 +553,4 @@ def d_decl(x, y, z):

__author__: str = "Axel Huebl, Ryan T. Sandberg, Shreyas Ananthan, David P. Grote, Revathi Jambunathan, Edoardo Zoni, Remi Lehe, Andrew Myers, Weiqun Zhang"
__license__: str = "BSD-3-Clause-LBNL"
__version__: str = "24.08-12-ge792933f9561"
__version__: str = "24.09"
6 changes: 3 additions & 3 deletions src/amrex/space1d/amrex_1d_pybind/__init__.pyi
Original file line number Diff line number Diff line change
Expand Up @@ -4959,7 +4959,7 @@ class BoxArray:
def size(self) -> int: ...

class Config:
amrex_version: typing.ClassVar[str] = "24.08-12-ge792933f9561"
amrex_version: typing.ClassVar[str] = "24.09"
gpu_backend = None
have_gpu: typing.ClassVar[bool] = False
have_mpi: typing.ClassVar[bool] = True
Expand Down Expand Up @@ -13842,7 +13842,7 @@ class Periodicity:
@property
def is_any_periodic(self) -> bool: ...
@property
def shift_IntVect(self) -> list[IntVect1D]: ...
def shift_IntVect(self, arg1: IntVect1D) -> list[IntVect1D]: ...

class PlotFileData:
def DistributionMap(self, arg0: int) -> DistributionMapping: ...
Expand Down Expand Up @@ -18020,5 +18020,5 @@ def write_single_level_plotfile(

__author__: str = "Axel Huebl, Ryan T. Sandberg, Shreyas Ananthan, David P. Grote, Revathi Jambunathan, Edoardo Zoni, Remi Lehe, Andrew Myers, Weiqun Zhang"
__license__: str = "BSD-3-Clause-LBNL"
__version__: str = "24.08-12-ge792933f9561"
__version__: str = "24.09"
IntVect = IntVect1D
2 changes: 1 addition & 1 deletion src/amrex/space2d/__init__.pyi
Original file line number Diff line number Diff line change
Expand Up @@ -601,4 +601,4 @@ def d_decl(x, y, z):

__author__: str = "Axel Huebl, Ryan T. Sandberg, Shreyas Ananthan, David P. Grote, Revathi Jambunathan, Edoardo Zoni, Remi Lehe, Andrew Myers, Weiqun Zhang"
__license__: str = "BSD-3-Clause-LBNL"
__version__: str = "24.08-12-ge792933f9561"
__version__: str = "24.09"
6 changes: 3 additions & 3 deletions src/amrex/space2d/amrex_2d_pybind/__init__.pyi
Original file line number Diff line number Diff line change
Expand Up @@ -4983,7 +4983,7 @@ class BoxArray:
def size(self) -> int: ...

class Config:
amrex_version: typing.ClassVar[str] = "24.08-12-ge792933f9561"
amrex_version: typing.ClassVar[str] = "24.09"
gpu_backend = None
have_gpu: typing.ClassVar[bool] = False
have_mpi: typing.ClassVar[bool] = True
Expand Down Expand Up @@ -15049,7 +15049,7 @@ class Periodicity:
@property
def is_any_periodic(self) -> bool: ...
@property
def shift_IntVect(self) -> list[IntVect2D]: ...
def shift_IntVect(self, arg1: IntVect2D) -> list[IntVect2D]: ...

class PlotFileData:
def DistributionMap(self, arg0: int) -> DistributionMapping: ...
Expand Down Expand Up @@ -19790,5 +19790,5 @@ def write_single_level_plotfile(

__author__: str = "Axel Huebl, Ryan T. Sandberg, Shreyas Ananthan, David P. Grote, Revathi Jambunathan, Edoardo Zoni, Remi Lehe, Andrew Myers, Weiqun Zhang"
__license__: str = "BSD-3-Clause-LBNL"
__version__: str = "24.08-12-ge792933f9561"
__version__: str = "24.09"
IntVect = IntVect2D
2 changes: 1 addition & 1 deletion src/amrex/space3d/__init__.pyi
Original file line number Diff line number Diff line change
Expand Up @@ -553,4 +553,4 @@ def d_decl(x, y, z):

__author__: str = "Axel Huebl, Ryan T. Sandberg, Shreyas Ananthan, David P. Grote, Revathi Jambunathan, Edoardo Zoni, Remi Lehe, Andrew Myers, Weiqun Zhang"
__license__: str = "BSD-3-Clause-LBNL"
__version__: str = "24.08-12-ge792933f9561"
__version__: str = "24.09"
6 changes: 3 additions & 3 deletions src/amrex/space3d/amrex_3d_pybind/__init__.pyi
Original file line number Diff line number Diff line change
Expand Up @@ -4959,7 +4959,7 @@ class BoxArray:
def size(self) -> int: ...

class Config:
amrex_version: typing.ClassVar[str] = "24.08-12-ge792933f9561"
amrex_version: typing.ClassVar[str] = "24.09"
gpu_backend = None
have_gpu: typing.ClassVar[bool] = False
have_mpi: typing.ClassVar[bool] = True
Expand Down Expand Up @@ -13861,7 +13861,7 @@ class Periodicity:
@property
def is_any_periodic(self) -> bool: ...
@property
def shift_IntVect(self) -> list[IntVect3D]: ...
def shift_IntVect(self, arg1: IntVect3D) -> list[IntVect3D]: ...

class PlotFileData:
def DistributionMap(self, arg0: int) -> DistributionMapping: ...
Expand Down Expand Up @@ -18053,5 +18053,5 @@ def write_single_level_plotfile(

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

0 comments on commit 66b789a

Please sign in to comment.