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 Mar 5, 2025
1 parent 90dbc66 commit f8746e7
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 @@ -590,4 +590,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 = "25.02"
__version__: str = "25.03"
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 @@ -363,7 +363,7 @@ class Arena:
@staticmethod
def finalize() -> None: ...
@staticmethod
def initialize() -> None: ...
def initialize(arg0: bool) -> None: ...
@staticmethod
def print_usage() -> None: ...
@staticmethod
Expand Down Expand Up @@ -4985,7 +4985,7 @@ class BoxArray:
def size(self) -> int: ...

class Config:
amrex_version: typing.ClassVar[str] = "25.02"
amrex_version: typing.ClassVar[str] = "25.03"
gpu_backend = None
have_eb: typing.ClassVar[bool] = False
have_gpu: typing.ClassVar[bool] = False
Expand Down Expand Up @@ -20693,5 +20693,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 = "25.02"
__version__: str = "25.03"
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 @@ -638,4 +638,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 = "25.02"
__version__: str = "25.03"
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 @@ -387,7 +387,7 @@ class Arena:
@staticmethod
def finalize() -> None: ...
@staticmethod
def initialize() -> None: ...
def initialize(arg0: bool) -> None: ...
@staticmethod
def print_usage() -> None: ...
@staticmethod
Expand Down Expand Up @@ -5009,7 +5009,7 @@ class BoxArray:
def size(self) -> int: ...

class Config:
amrex_version: typing.ClassVar[str] = "25.02"
amrex_version: typing.ClassVar[str] = "25.03"
gpu_backend = None
have_eb: typing.ClassVar[bool] = True
have_gpu: typing.ClassVar[bool] = False
Expand Down Expand Up @@ -22490,5 +22490,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 = "25.02"
__version__: str = "25.03"
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 @@ -590,4 +590,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 = "25.02"
__version__: str = "25.03"
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 @@ -363,7 +363,7 @@ class Arena:
@staticmethod
def finalize() -> None: ...
@staticmethod
def initialize() -> None: ...
def initialize(arg0: bool) -> None: ...
@staticmethod
def print_usage() -> None: ...
@staticmethod
Expand Down Expand Up @@ -4985,7 +4985,7 @@ class BoxArray:
def size(self) -> int: ...

class Config:
amrex_version: typing.ClassVar[str] = "25.02"
amrex_version: typing.ClassVar[str] = "25.03"
gpu_backend = None
have_eb: typing.ClassVar[bool] = True
have_gpu: typing.ClassVar[bool] = False
Expand Down Expand Up @@ -20726,5 +20726,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 = "25.02"
__version__: str = "25.03"
IntVect = IntVect3D

0 comments on commit f8746e7

Please sign in to comment.